Shades of Hot Purple #551E58
Tints of Hot Purple #551E58
RGB
CMYK
RGB Variations
Color information
#551E58 (or 0x551E58) is known color: Hot Purple. HEX triplet: 55, 1E and 58. RGB value is (85,30,88). Sum of RGB (Red+Green+Blue) = 85+30+88=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #551E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551E58 is #AAE1A7. Grayscale: #343434. Windows color (decimal): -11198888 or 5774933. OLE color: 5774933.
HSL color Cylindrical-coordinate representation of color #551E58: hue angle of 296.9º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #551E58 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 30 | 88 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.65 |
| HSL | 296.9º | 0.49% | 0.23% | - |
| HSV(B) | 296.9º | 0.66% | 0.35% | - |
| XYZ | 5.97 | 3.56 | 9.61 | - |
| YUV | 53.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 88 | 0.03 | 0.66 | 0 | 0.65 | 296.9 | 0.49 | 0.23 |
| Hex | 55 | 1E | 58 | 3 | 42 | 0 | 41 | 129 | 31 | 17 |
| Octal | 125 | 36 | 130 | 3 | 102 | 0 | 101 | 451 | 61 | 27 |
| Binary | 1010101 | 11110 | 1011000 | 11 | 1000010 | 0 | 1000001 | 100101001 | 110001 | 10111 |
Color Harmonies of #551E58
Complementary color
Monochromatic Colors of #551E58
Black with #551E58
Text Example
Text Example
White with #551E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E58; }
p { color: rgb(85,30,88); }
H1.HeaderClassName
{
color: #551E58;
}
.AnyTagClassName
{
color: #551E58;
}
</style>
background-color css
<style>
a { background-color: #551E58; }
a { background-color: rgb(85,30,88); }
div.DivClassName
{
background-color: #551E58;
}
.BgClassName
{
background-color: #551E58;
}
</style>
border-color css
<style>
span { border-color: #551E58; }
span { border-color: rgb(85,30,88); }
td.TdClassName
{
border-color: #551E58;
}
.TagClassName
{
border-color: #551E58;
}
</style>