Shades of Hot Purple #551558
Tints of Hot Purple #551558
RGB
CMYK
RGB Variations
Color information
#551558 (or 0x551558) is known color: Hot Purple. HEX triplet: 55, 15 and 58. RGB value is (85,21,88). Sum of RGB (Red+Green+Blue) = 85+21+88=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #551558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551558 is #AAEAA7. Grayscale: #2F2F2F. Windows color (decimal): -11201192 or 5772629. OLE color: 5772629.
HSL color Cylindrical-coordinate representation of color #551558: hue angle of 297.31º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551558 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 21 | 88 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.65 |
| HSL | 297.31º | 0.61% | 0.21% | - |
| HSV(B) | 297.31º | 0.76% | 0.35% | - |
| XYZ | 5.78 | 3.17 | 9.54 | - |
| YUV | 47.77 | 150.7 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 88 | 0.03 | 0.76 | 0 | 0.65 | 297.31 | 0.61 | 0.21 |
| Hex | 55 | 15 | 58 | 3 | 4C | 0 | 41 | 129 | 3D | 15 |
| Octal | 125 | 25 | 130 | 3 | 114 | 0 | 101 | 451 | 75 | 25 |
| Binary | 1010101 | 10101 | 1011000 | 11 | 1001100 | 0 | 1000001 | 100101001 | 111101 | 10101 |
Color Harmonies of #551558
Complementary color
Monochromatic Colors of #551558
Black with #551558
Text Example
Text Example
White with #551558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551558; }
p { color: rgb(85,21,88); }
H1.HeaderClassName
{
color: #551558;
}
.AnyTagClassName
{
color: #551558;
}
</style>
background-color css
<style>
a { background-color: #551558; }
a { background-color: rgb(85,21,88); }
div.DivClassName
{
background-color: #551558;
}
.BgClassName
{
background-color: #551558;
}
</style>
border-color css
<style>
span { border-color: #551558; }
span { border-color: rgb(85,21,88); }
td.TdClassName
{
border-color: #551558;
}
.TagClassName
{
border-color: #551558;
}
</style>