Shades of Hot Purple #551860
Tints of Hot Purple #551860
RGB
CMYK
RGB Variations
Color information
#551860 (or 0x551860) is known color: Hot Purple. HEX triplet: 55, 18 and 60. RGB value is (85,24,96). Sum of RGB (Red+Green+Blue) = 85+24+96=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #551860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551860 is #AAE79F. Grayscale: #323232. Windows color (decimal): -11200416 or 6297685. OLE color: 6297685.
HSL color Cylindrical-coordinate representation of color #551860: hue angle of 290.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551860 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 24 | 96 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.62 |
| HSL | 290.83º | 0.6% | 0.24% | - |
| HSV(B) | 290.83º | 0.75% | 0.38% | - |
| XYZ | 6.18 | 3.43 | 11.4 | - |
| YUV | 50.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 96 | 0.11 | 0.75 | 0 | 0.62 | 290.83 | 0.6 | 0.24 |
| Hex | 55 | 18 | 60 | B | 4B | 0 | 3E | 123 | 3C | 18 |
| Octal | 125 | 30 | 140 | 13 | 113 | 0 | 76 | 443 | 74 | 30 |
| Binary | 1010101 | 11000 | 1100000 | 1011 | 1001011 | 0 | 111110 | 100100011 | 111100 | 11000 |
Color Harmonies of #551860
Complementary color
Monochromatic Colors of #551860
Black with #551860
Text Example
Text Example
White with #551860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551860; }
p { color: rgb(85,24,96); }
H1.HeaderClassName
{
color: #551860;
}
.AnyTagClassName
{
color: #551860;
}
</style>
background-color css
<style>
a { background-color: #551860; }
a { background-color: rgb(85,24,96); }
div.DivClassName
{
background-color: #551860;
}
.BgClassName
{
background-color: #551860;
}
</style>
border-color css
<style>
span { border-color: #551860; }
span { border-color: rgb(85,24,96); }
td.TdClassName
{
border-color: #551860;
}
.TagClassName
{
border-color: #551860;
}
</style>