Shades of Hot Purple #550860
Tints of Hot Purple #550860
RGB
CMYK
RGB Variations
Color information
#550860 (or 0x550860) is known color: Hot Purple. HEX triplet: 55, 08 and 60. RGB value is (85,8,96). Sum of RGB (Red+Green+Blue) = 85+8+96=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #550860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550860 is #AAF79F. Grayscale: #282828. Windows color (decimal): -11204512 or 6293589. OLE color: 6293589.
HSL color Cylindrical-coordinate representation of color #550860: hue angle of 292.5º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550860 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 8 | 96 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.62 |
| HSL | 292.5º | 0.85% | 0.2% | - |
| HSV(B) | 292.5º | 0.92% | 0.38% | - |
| XYZ | 5.94 | 2.95 | 11.32 | - |
| YUV | 41.06 | 159.01 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 96 | 0.11 | 0.92 | 0 | 0.62 | 292.5 | 0.85 | 0.2 |
| Hex | 55 | 8 | 60 | B | 5C | 0 | 3E | 124 | 55 | 14 |
| Octal | 125 | 10 | 140 | 13 | 134 | 0 | 76 | 444 | 125 | 24 |
| Binary | 1010101 | 1000 | 1100000 | 1011 | 1011100 | 0 | 111110 | 100100100 | 1010101 | 10100 |
Color Harmonies of #550860
Complementary color
Monochromatic Colors of #550860
Black with #550860
Text Example
Text Example
White with #550860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550860; }
p { color: rgb(85,8,96); }
H1.HeaderClassName
{
color: #550860;
}
.AnyTagClassName
{
color: #550860;
}
</style>
background-color css
<style>
a { background-color: #550860; }
a { background-color: rgb(85,8,96); }
div.DivClassName
{
background-color: #550860;
}
.BgClassName
{
background-color: #550860;
}
</style>
border-color css
<style>
span { border-color: #550860; }
span { border-color: rgb(85,8,96); }
td.TdClassName
{
border-color: #550860;
}
.TagClassName
{
border-color: #550860;
}
</style>