Shades of Hot Purple #55155F
Tints of Hot Purple #55155F
RGB
CMYK
RGB Variations
Color information
#55155F (or 0x55155F) is known color: Hot Purple. HEX triplet: 55, 15 and 5F. RGB value is (85,21,95). Sum of RGB (Red+Green+Blue) = 85+21+95=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #55155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55155F is #AAEAA0. Grayscale: #303030. Windows color (decimal): -11201185 or 6231381. OLE color: 6231381.
HSL color Cylindrical-coordinate representation of color #55155F: hue angle of 291.89º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55155F is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 21 | 95 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.63 |
| HSL | 291.89º | 0.64% | 0.23% | - |
| HSV(B) | 291.89º | 0.78% | 0.37% | - |
| XYZ | 6.08 | 3.29 | 11.14 | - |
| YUV | 48.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 95 | 0.11 | 0.78 | 0 | 0.63 | 291.89 | 0.64 | 0.23 |
| Hex | 55 | 15 | 5F | B | 4E | 0 | 3F | 124 | 40 | 17 |
| Octal | 125 | 25 | 137 | 13 | 116 | 0 | 77 | 444 | 100 | 27 |
| Binary | 1010101 | 10101 | 1011111 | 1011 | 1001110 | 0 | 111111 | 100100100 | 1000000 | 10111 |
Color Harmonies of #55155F
Complementary color
Monochromatic Colors of #55155F
Black with #55155F
Text Example
Text Example
White with #55155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55155F; }
p { color: rgb(85,21,95); }
H1.HeaderClassName
{
color: #55155F;
}
.AnyTagClassName
{
color: #55155F;
}
</style>
background-color css
<style>
a { background-color: #55155F; }
a { background-color: rgb(85,21,95); }
div.DivClassName
{
background-color: #55155F;
}
.BgClassName
{
background-color: #55155F;
}
</style>
border-color css
<style>
span { border-color: #55155F; }
span { border-color: rgb(85,21,95); }
td.TdClassName
{
border-color: #55155F;
}
.TagClassName
{
border-color: #55155F;
}
</style>