Shades of Hot Purple #55245E
Tints of Hot Purple #55245E
RGB
CMYK
RGB Variations
Color information
#55245E (or 0x55245E) is known color: Hot Purple. HEX triplet: 55, 24 and 5E. RGB value is (85,36,94). Sum of RGB (Red+Green+Blue) = 85+36+94=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #55245E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55245E is #AADBA1. Grayscale: #393939. Windows color (decimal): -11197346 or 6169685. OLE color: 6169685.
HSL color Cylindrical-coordinate representation of color #55245E: hue angle of 290.69º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55245E is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 36 | 94 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.63 |
| HSL | 290.69º | 0.45% | 0.25% | - |
| HSV(B) | 290.69º | 0.62% | 0.37% | - |
| XYZ | 6.4 | 4 | 11.02 | - |
| YUV | 57.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 94 | 0.10 | 0.62 | 0 | 0.63 | 290.69 | 0.45 | 0.25 |
| Hex | 55 | 24 | 5E | A | 3E | 0 | 3F | 123 | 2D | 19 |
| Octal | 125 | 44 | 136 | 12 | 76 | 0 | 77 | 443 | 55 | 31 |
| Binary | 1010101 | 100100 | 1011110 | 1010 | 111110 | 0 | 111111 | 100100011 | 101101 | 11001 |
Color Harmonies of #55245E
Complementary color
Monochromatic Colors of #55245E
Black with #55245E
Text Example
Text Example
White with #55245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55245E; }
p { color: rgb(85,36,94); }
H1.HeaderClassName
{
color: #55245E;
}
.AnyTagClassName
{
color: #55245E;
}
</style>
background-color css
<style>
a { background-color: #55245E; }
a { background-color: rgb(85,36,94); }
div.DivClassName
{
background-color: #55245E;
}
.BgClassName
{
background-color: #55245E;
}
</style>
border-color css
<style>
span { border-color: #55245E; }
span { border-color: rgb(85,36,94); }
td.TdClassName
{
border-color: #55245E;
}
.TagClassName
{
border-color: #55245E;
}
</style>