Shades of Hot Purple #552859
Tints of Hot Purple #552859
RGB
CMYK
RGB Variations
Color information
#552859 (or 0x552859) is known color: Hot Purple. HEX triplet: 55, 28 and 59. RGB value is (85,40,89). Sum of RGB (Red+Green+Blue) = 85+40+89=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #552859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552859 is #AAD7A6. Grayscale: #3A3A3A. Windows color (decimal): -11196327 or 5843029. OLE color: 5843029.
HSL color Cylindrical-coordinate representation of color #552859: hue angle of 295.1º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #552859 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 40 | 89 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.65 |
| HSL | 295.1º | 0.38% | 0.25% | - |
| HSV(B) | 295.1º | 0.55% | 0.35% | - |
| XYZ | 6.31 | 4.17 | 9.92 | - |
| YUV | 59.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 89 | 0.04 | 0.55 | 0 | 0.65 | 295.1 | 0.38 | 0.25 |
| Hex | 55 | 28 | 59 | 4 | 37 | 0 | 41 | 127 | 26 | 19 |
| Octal | 125 | 50 | 131 | 4 | 67 | 0 | 101 | 447 | 46 | 31 |
| Binary | 1010101 | 101000 | 1011001 | 100 | 110111 | 0 | 1000001 | 100100111 | 100110 | 11001 |
Color Harmonies of #552859
Complementary color
Monochromatic Colors of #552859
Black with #552859
Text Example
Text Example
White with #552859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552859; }
p { color: rgb(85,40,89); }
H1.HeaderClassName
{
color: #552859;
}
.AnyTagClassName
{
color: #552859;
}
</style>
background-color css
<style>
a { background-color: #552859; }
a { background-color: rgb(85,40,89); }
div.DivClassName
{
background-color: #552859;
}
.BgClassName
{
background-color: #552859;
}
</style>
border-color css
<style>
span { border-color: #552859; }
span { border-color: rgb(85,40,89); }
td.TdClassName
{
border-color: #552859;
}
.TagClassName
{
border-color: #552859;
}
</style>