Shades of Hot Purple #532C5A
Tints of Hot Purple #532C5A
RGB
CMYK
RGB Variations
Color information
#532C5A (or 0x532C5A) is known color: Hot Purple. HEX triplet: 53, 2C and 5A. RGB value is (83,44,90). Sum of RGB (Red+Green+Blue) = 83+44+90=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #532C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C5A is #ACD3A5. Grayscale: #3C3C3C. Windows color (decimal): -11326374 or 5909587. OLE color: 5909587.
HSL color Cylindrical-coordinate representation of color #532C5A: hue angle of 290.87º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #532C5A is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 44 | 90 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.65 |
| HSL | 290.87º | 0.34% | 0.26% | - |
| HSV(B) | 290.87º | 0.51% | 0.35% | - |
| XYZ | 6.31 | 4.38 | 10.19 | - |
| YUV | 60.91 | 144.42 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 90 | 0.08 | 0.51 | 0 | 0.65 | 290.87 | 0.34 | 0.26 |
| Hex | 53 | 2C | 5A | 8 | 33 | 0 | 41 | 123 | 22 | 1A |
| Octal | 123 | 54 | 132 | 10 | 63 | 0 | 101 | 443 | 42 | 32 |
| Binary | 1010011 | 101100 | 1011010 | 1000 | 110011 | 0 | 1000001 | 100100011 | 100010 | 11010 |
Color Harmonies of #532C5A
Complementary color
Monochromatic Colors of #532C5A
Black with #532C5A
Text Example
Text Example
White with #532C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C5A; }
p { color: rgb(83,44,90); }
H1.HeaderClassName
{
color: #532C5A;
}
.AnyTagClassName
{
color: #532C5A;
}
</style>
background-color css
<style>
a { background-color: #532C5A; }
a { background-color: rgb(83,44,90); }
div.DivClassName
{
background-color: #532C5A;
}
.BgClassName
{
background-color: #532C5A;
}
</style>
border-color css
<style>
span { border-color: #532C5A; }
span { border-color: rgb(83,44,90); }
td.TdClassName
{
border-color: #532C5A;
}
.TagClassName
{
border-color: #532C5A;
}
</style>