Shades of Hot Purple #532C55
Tints of Hot Purple #532C55
RGB
CMYK
RGB Variations
Color information
#532C55 (or 0x532C55) is known color: Hot Purple. HEX triplet: 53, 2C and 55. RGB value is (83,44,85). Sum of RGB (Red+Green+Blue) = 83+44+85=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #532C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C55 is #ACD3AA. Grayscale: #3C3C3C. Windows color (decimal): -11326379 or 5581907. OLE color: 5581907.
HSL color Cylindrical-coordinate representation of color #532C55: hue angle of 297.07º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #532C55 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 44 | 85 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.67 |
| HSL | 297.07º | 0.32% | 0.25% | - |
| HSV(B) | 297.07º | 0.48% | 0.33% | - |
| XYZ | 6.11 | 4.3 | 9.1 | - |
| YUV | 60.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 85 | 0.02 | 0.48 | 0 | 0.67 | 297.07 | 0.32 | 0.25 |
| Hex | 53 | 2C | 55 | 2 | 30 | 0 | 43 | 129 | 20 | 19 |
| Octal | 123 | 54 | 125 | 2 | 60 | 0 | 103 | 451 | 40 | 31 |
| Binary | 1010011 | 101100 | 1010101 | 10 | 110000 | 0 | 1000011 | 100101001 | 100000 | 11001 |
Color Harmonies of #532C55
Complementary color
Monochromatic Colors of #532C55
Black with #532C55
Text Example
Text Example
White with #532C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C55; }
p { color: rgb(83,44,85); }
H1.HeaderClassName
{
color: #532C55;
}
.AnyTagClassName
{
color: #532C55;
}
</style>
background-color css
<style>
a { background-color: #532C55; }
a { background-color: rgb(83,44,85); }
div.DivClassName
{
background-color: #532C55;
}
.BgClassName
{
background-color: #532C55;
}
</style>
border-color css
<style>
span { border-color: #532C55; }
span { border-color: rgb(83,44,85); }
td.TdClassName
{
border-color: #532C55;
}
.TagClassName
{
border-color: #532C55;
}
</style>