Shades of Hot Purple #55245D
Tints of Hot Purple #55245D
RGB
CMYK
RGB Variations
Color information
#55245D (or 0x55245D) is known color: Hot Purple. HEX triplet: 55, 24 and 5D. RGB value is (85,36,93). Sum of RGB (Red+Green+Blue) = 85+36+93=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #55245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55245D is #AADBA2. Grayscale: #383838. Windows color (decimal): -11197347 or 6104149. OLE color: 6104149.
HSL color Cylindrical-coordinate representation of color #55245D: hue angle of 291.58º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55245D is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 36 | 93 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.64 |
| HSL | 291.58º | 0.44% | 0.25% | - |
| HSV(B) | 291.58º | 0.61% | 0.36% | - |
| XYZ | 6.35 | 3.98 | 10.79 | - |
| YUV | 57.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 93 | 0.09 | 0.61 | 0 | 0.64 | 291.58 | 0.44 | 0.25 |
| Hex | 55 | 24 | 5D | 9 | 3D | 0 | 40 | 124 | 2C | 19 |
| Octal | 125 | 44 | 135 | 11 | 75 | 0 | 100 | 444 | 54 | 31 |
| Binary | 1010101 | 100100 | 1011101 | 1001 | 111101 | 0 | 1000000 | 100100100 | 101100 | 11001 |
Color Harmonies of #55245D
Complementary color
Monochromatic Colors of #55245D
Black with #55245D
Text Example
Text Example
White with #55245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55245D; }
p { color: rgb(85,36,93); }
H1.HeaderClassName
{
color: #55245D;
}
.AnyTagClassName
{
color: #55245D;
}
</style>
background-color css
<style>
a { background-color: #55245D; }
a { background-color: rgb(85,36,93); }
div.DivClassName
{
background-color: #55245D;
}
.BgClassName
{
background-color: #55245D;
}
</style>
border-color css
<style>
span { border-color: #55245D; }
span { border-color: rgb(85,36,93); }
td.TdClassName
{
border-color: #55245D;
}
.TagClassName
{
border-color: #55245D;
}
</style>