Shades of Hot Purple #55295F
Tints of Hot Purple #55295F
RGB
CMYK
RGB Variations
Color information
#55295F (or 0x55295F) is known color: Hot Purple. HEX triplet: 55, 29 and 5F. RGB value is (85,41,95). Sum of RGB (Red+Green+Blue) = 85+41+95=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #55295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55295F is #AAD6A0. Grayscale: #3C3C3C. Windows color (decimal): -11196065 or 6236501. OLE color: 6236501.
HSL color Cylindrical-coordinate representation of color #55295F: hue angle of 288.89º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55295F is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 41 | 95 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.63 |
| HSL | 288.89º | 0.4% | 0.27% | - |
| HSV(B) | 288.89º | 0.57% | 0.37% | - |
| XYZ | 6.6 | 4.34 | 11.32 | - |
| YUV | 60.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 95 | 0.11 | 0.57 | 0 | 0.63 | 288.89 | 0.4 | 0.27 |
| Hex | 55 | 29 | 5F | B | 39 | 0 | 3F | 121 | 28 | 1B |
| Octal | 125 | 51 | 137 | 13 | 71 | 0 | 77 | 441 | 50 | 33 |
| Binary | 1010101 | 101001 | 1011111 | 1011 | 111001 | 0 | 111111 | 100100001 | 101000 | 11011 |
Color Harmonies of #55295F
Complementary color
Monochromatic Colors of #55295F
Black with #55295F
Text Example
Text Example
White with #55295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55295F; }
p { color: rgb(85,41,95); }
H1.HeaderClassName
{
color: #55295F;
}
.AnyTagClassName
{
color: #55295F;
}
</style>
background-color css
<style>
a { background-color: #55295F; }
a { background-color: rgb(85,41,95); }
div.DivClassName
{
background-color: #55295F;
}
.BgClassName
{
background-color: #55295F;
}
</style>
border-color css
<style>
span { border-color: #55295F; }
span { border-color: rgb(85,41,95); }
td.TdClassName
{
border-color: #55295F;
}
.TagClassName
{
border-color: #55295F;
}
</style>