Shades of Hot Purple #55245F
Tints of Hot Purple #55245F
RGB
CMYK
RGB Variations
Color information
#55245F (or 0x55245F) is known color: Hot Purple. HEX triplet: 55, 24 and 5F. RGB value is (85,36,95). Sum of RGB (Red+Green+Blue) = 85+36+95=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 95 - color contains mainly: blue. Hex color #55245F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55245F is #AADBA0. Grayscale: #393939. Windows color (decimal): -11197345 or 6235221. OLE color: 6235221.
HSL color Cylindrical-coordinate representation of color #55245F: hue angle of 289.83º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55245F is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 36 | 95 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.63 |
| HSL | 289.83º | 0.45% | 0.26% | - |
| HSV(B) | 289.83º | 0.62% | 0.37% | - |
| XYZ | 6.44 | 4.02 | 11.26 | - |
| YUV | 57.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 95 | 0.11 | 0.62 | 0 | 0.63 | 289.83 | 0.45 | 0.26 |
| Hex | 55 | 24 | 5F | B | 3E | 0 | 3F | 122 | 2D | 1A |
| Octal | 125 | 44 | 137 | 13 | 76 | 0 | 77 | 442 | 55 | 32 |
| Binary | 1010101 | 100100 | 1011111 | 1011 | 111110 | 0 | 111111 | 100100010 | 101101 | 11010 |
Color Harmonies of #55245F
Complementary color
Monochromatic Colors of #55245F
Black with #55245F
Text Example
Text Example
White with #55245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55245F; }
p { color: rgb(85,36,95); }
H1.HeaderClassName
{
color: #55245F;
}
.AnyTagClassName
{
color: #55245F;
}
</style>
background-color css
<style>
a { background-color: #55245F; }
a { background-color: rgb(85,36,95); }
div.DivClassName
{
background-color: #55245F;
}
.BgClassName
{
background-color: #55245F;
}
</style>
border-color css
<style>
span { border-color: #55245F; }
span { border-color: rgb(85,36,95); }
td.TdClassName
{
border-color: #55245F;
}
.TagClassName
{
border-color: #55245F;
}
</style>