Shades of Hot Purple #55205F
Tints of Hot Purple #55205F
RGB
CMYK
RGB Variations
Color information
#55205F (or 0x55205F) is known color: Hot Purple. HEX triplet: 55, 20 and 5F. RGB value is (85,32,95). Sum of RGB (Red+Green+Blue) = 85+32+95=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #55205F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55205F is #AADFA0. Grayscale: #363636. Windows color (decimal): -11198369 or 6234197. OLE color: 6234197.
HSL color Cylindrical-coordinate representation of color #55205F: hue angle of 290.48º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55205F is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 32 | 95 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.63 |
| HSL | 290.48º | 0.5% | 0.25% | - |
| HSV(B) | 290.48º | 0.66% | 0.37% | - |
| XYZ | 6.33 | 3.79 | 11.22 | - |
| YUV | 55.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 95 | 0.11 | 0.66 | 0 | 0.63 | 290.48 | 0.5 | 0.25 |
| Hex | 55 | 20 | 5F | B | 42 | 0 | 3F | 122 | 32 | 19 |
| Octal | 125 | 40 | 137 | 13 | 102 | 0 | 77 | 442 | 62 | 31 |
| Binary | 1010101 | 100000 | 1011111 | 1011 | 1000010 | 0 | 111111 | 100100010 | 110010 | 11001 |
Color Harmonies of #55205F
Complementary color
Monochromatic Colors of #55205F
Black with #55205F
Text Example
Text Example
White with #55205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55205F; }
p { color: rgb(85,32,95); }
H1.HeaderClassName
{
color: #55205F;
}
.AnyTagClassName
{
color: #55205F;
}
</style>
background-color css
<style>
a { background-color: #55205F; }
a { background-color: rgb(85,32,95); }
div.DivClassName
{
background-color: #55205F;
}
.BgClassName
{
background-color: #55205F;
}
</style>
border-color css
<style>
span { border-color: #55205F; }
span { border-color: rgb(85,32,95); }
td.TdClassName
{
border-color: #55205F;
}
.TagClassName
{
border-color: #55205F;
}
</style>