Shades of Hot Purple #552C59
Tints of Hot Purple #552C59
RGB
CMYK
RGB Variations
Color information
#552C59 (or 0x552C59) is known color: Hot Purple. HEX triplet: 55, 2C and 59. RGB value is (85,44,89). Sum of RGB (Red+Green+Blue) = 85+44+89=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #552C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C59 is #AAD3A6. Grayscale: #3D3D3D. Windows color (decimal): -11195303 or 5844053. OLE color: 5844053.
HSL color Cylindrical-coordinate representation of color #552C59: hue angle of 294.67º 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 #552C59 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 44 | 89 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.65 |
| HSL | 294.67º | 0.34% | 0.26% | - |
| HSV(B) | 294.67º | 0.51% | 0.35% | - |
| XYZ | 6.45 | 4.45 | 9.97 | - |
| YUV | 61.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 89 | 0.04 | 0.51 | 0 | 0.65 | 294.67 | 0.34 | 0.26 |
| Hex | 55 | 2C | 59 | 4 | 33 | 0 | 41 | 127 | 22 | 1A |
| Octal | 125 | 54 | 131 | 4 | 63 | 0 | 101 | 447 | 42 | 32 |
| Binary | 1010101 | 101100 | 1011001 | 100 | 110011 | 0 | 1000001 | 100100111 | 100010 | 11010 |
Color Harmonies of #552C59
Complementary color
Monochromatic Colors of #552C59
Black with #552C59
Text Example
Text Example
White with #552C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C59; }
p { color: rgb(85,44,89); }
H1.HeaderClassName
{
color: #552C59;
}
.AnyTagClassName
{
color: #552C59;
}
</style>
background-color css
<style>
a { background-color: #552C59; }
a { background-color: rgb(85,44,89); }
div.DivClassName
{
background-color: #552C59;
}
.BgClassName
{
background-color: #552C59;
}
</style>
border-color css
<style>
span { border-color: #552C59; }
span { border-color: rgb(85,44,89); }
td.TdClassName
{
border-color: #552C59;
}
.TagClassName
{
border-color: #552C59;
}
</style>