Shades of Hot Purple #550558
Tints of Hot Purple #550558
RGB
CMYK
RGB Variations
Color information
#550558 (or 0x550558) is known color: Hot Purple. HEX triplet: 55, 05 and 58. RGB value is (85,5,88). Sum of RGB (Red+Green+Blue) = 85+5+88=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #550558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550558 is #AAFAA7. Grayscale: #262626. Windows color (decimal): -11205288 or 5768533. OLE color: 5768533.
HSL color Cylindrical-coordinate representation of color #550558: hue angle of 297.83º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550558 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 5 | 88 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.65 |
| HSL | 297.83º | 0.89% | 0.18% | - |
| HSV(B) | 297.83º | 0.94% | 0.35% | - |
| XYZ | 5.56 | 2.74 | 9.47 | - |
| YUV | 38.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 88 | 0.03 | 0.94 | 0 | 0.65 | 297.83 | 0.89 | 0.18 |
| Hex | 55 | 5 | 58 | 3 | 5E | 0 | 41 | 12A | 59 | 12 |
| Octal | 125 | 5 | 130 | 3 | 136 | 0 | 101 | 452 | 131 | 22 |
| Binary | 1010101 | 101 | 1011000 | 11 | 1011110 | 0 | 1000001 | 100101010 | 1011001 | 10010 |
Color Harmonies of #550558
Complementary color
Monochromatic Colors of #550558
Black with #550558
Text Example
Text Example
White with #550558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550558; }
p { color: rgb(85,5,88); }
H1.HeaderClassName
{
color: #550558;
}
.AnyTagClassName
{
color: #550558;
}
</style>
background-color css
<style>
a { background-color: #550558; }
a { background-color: rgb(85,5,88); }
div.DivClassName
{
background-color: #550558;
}
.BgClassName
{
background-color: #550558;
}
</style>
border-color css
<style>
span { border-color: #550558; }
span { border-color: rgb(85,5,88); }
td.TdClassName
{
border-color: #550558;
}
.TagClassName
{
border-color: #550558;
}
</style>