Shades of Hot Purple #55215E
Tints of Hot Purple #55215E
RGB
CMYK
RGB Variations
Color information
#55215E (or 0x55215E) is known color: Hot Purple. HEX triplet: 55, 21 and 5E. RGB value is (85,33,94). Sum of RGB (Red+Green+Blue) = 85+33+94=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 94 - color contains mainly: blue. Hex color #55215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55215E is #AADEA1. Grayscale: #373737. Windows color (decimal): -11198114 or 6168917. OLE color: 6168917.
HSL color Cylindrical-coordinate representation of color #55215E: hue angle of 291.15º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55215E is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 33 | 94 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.63 |
| HSL | 291.15º | 0.48% | 0.25% | - |
| HSV(B) | 291.15º | 0.65% | 0.37% | - |
| XYZ | 6.31 | 3.83 | 11 | - |
| YUV | 55.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 94 | 0.10 | 0.65 | 0 | 0.63 | 291.15 | 0.48 | 0.25 |
| Hex | 55 | 21 | 5E | A | 41 | 0 | 3F | 123 | 30 | 19 |
| Octal | 125 | 41 | 136 | 12 | 101 | 0 | 77 | 443 | 60 | 31 |
| Binary | 1010101 | 100001 | 1011110 | 1010 | 1000001 | 0 | 111111 | 100100011 | 110000 | 11001 |
Color Harmonies of #55215E
Complementary color
Monochromatic Colors of #55215E
Black with #55215E
Text Example
Text Example
White with #55215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55215E; }
p { color: rgb(85,33,94); }
H1.HeaderClassName
{
color: #55215E;
}
.AnyTagClassName
{
color: #55215E;
}
</style>
background-color css
<style>
a { background-color: #55215E; }
a { background-color: rgb(85,33,94); }
div.DivClassName
{
background-color: #55215E;
}
.BgClassName
{
background-color: #55215E;
}
</style>
border-color css
<style>
span { border-color: #55215E; }
span { border-color: rgb(85,33,94); }
td.TdClassName
{
border-color: #55215E;
}
.TagClassName
{
border-color: #55215E;
}
</style>