Shades of Hot Purple #551E5A
Tints of Hot Purple #551E5A
RGB
CMYK
RGB Variations
Color information
#551E5A (or 0x551E5A) is known color: Hot Purple. HEX triplet: 55, 1E and 5A. RGB value is (85,30,90). Sum of RGB (Red+Green+Blue) = 85+30+90=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #551E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551E5A is #AAE1A5. Grayscale: #353535. Windows color (decimal): -11198886 or 5906005. OLE color: 5906005.
HSL color Cylindrical-coordinate representation of color #551E5A: hue angle of 295º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551E5A is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 30 | 90 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.65 |
| HSL | 295º | 0.5% | 0.24% | - |
| HSV(B) | 295º | 0.67% | 0.35% | - |
| XYZ | 6.06 | 3.6 | 10.05 | - |
| YUV | 53.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 90 | 0.06 | 0.67 | 0 | 0.65 | 295 | 0.5 | 0.24 |
| Hex | 55 | 1E | 5A | 6 | 43 | 0 | 41 | 127 | 32 | 18 |
| Octal | 125 | 36 | 132 | 6 | 103 | 0 | 101 | 447 | 62 | 30 |
| Binary | 1010101 | 11110 | 1011010 | 110 | 1000011 | 0 | 1000001 | 100100111 | 110010 | 11000 |
Color Harmonies of #551E5A
Complementary color
Monochromatic Colors of #551E5A
Black with #551E5A
Text Example
Text Example
White with #551E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E5A; }
p { color: rgb(85,30,90); }
H1.HeaderClassName
{
color: #551E5A;
}
.AnyTagClassName
{
color: #551E5A;
}
</style>
background-color css
<style>
a { background-color: #551E5A; }
a { background-color: rgb(85,30,90); }
div.DivClassName
{
background-color: #551E5A;
}
.BgClassName
{
background-color: #551E5A;
}
</style>
border-color css
<style>
span { border-color: #551E5A; }
span { border-color: rgb(85,30,90); }
td.TdClassName
{
border-color: #551E5A;
}
.TagClassName
{
border-color: #551E5A;
}
</style>