Shades of Hot Purple #552160
Tints of Hot Purple #552160
RGB
CMYK
RGB Variations
Color information
#552160 (or 0x552160) is known color: Hot Purple. HEX triplet: 55, 21 and 60. RGB value is (85,33,96). Sum of RGB (Red+Green+Blue) = 85+33+96=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #552160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552160 is #AADE9F. Grayscale: #373737. Windows color (decimal): -11198112 or 6299989. OLE color: 6299989.
HSL color Cylindrical-coordinate representation of color #552160: hue angle of 289.52º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552160 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 33 | 96 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.62 |
| HSL | 289.52º | 0.49% | 0.25% | - |
| HSV(B) | 289.52º | 0.66% | 0.38% | - |
| XYZ | 6.4 | 3.86 | 11.47 | - |
| YUV | 55.73 | 150.73 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 96 | 0.11 | 0.66 | 0 | 0.62 | 289.52 | 0.49 | 0.25 |
| Hex | 55 | 21 | 60 | B | 42 | 0 | 3E | 122 | 31 | 19 |
| Octal | 125 | 41 | 140 | 13 | 102 | 0 | 76 | 442 | 61 | 31 |
| Binary | 1010101 | 100001 | 1100000 | 1011 | 1000010 | 0 | 111110 | 100100010 | 110001 | 11001 |
Color Harmonies of #552160
Complementary color
Monochromatic Colors of #552160
Black with #552160
Text Example
Text Example
White with #552160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552160; }
p { color: rgb(85,33,96); }
H1.HeaderClassName
{
color: #552160;
}
.AnyTagClassName
{
color: #552160;
}
</style>
background-color css
<style>
a { background-color: #552160; }
a { background-color: rgb(85,33,96); }
div.DivClassName
{
background-color: #552160;
}
.BgClassName
{
background-color: #552160;
}
</style>
border-color css
<style>
span { border-color: #552160; }
span { border-color: rgb(85,33,96); }
td.TdClassName
{
border-color: #552160;
}
.TagClassName
{
border-color: #552160;
}
</style>