Shades of Hot Purple #55165D
Tints of Hot Purple #55165D
RGB
CMYK
RGB Variations
Color information
#55165D (or 0x55165D) is known color: Hot Purple. HEX triplet: 55, 16 and 5D. RGB value is (85,22,93). Sum of RGB (Red+Green+Blue) = 85+22+93=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #55165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55165D is #AAE9A2. Grayscale: #303030. Windows color (decimal): -11200931 or 6100565. OLE color: 6100565.
HSL color Cylindrical-coordinate representation of color #55165D: hue angle of 293.24º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55165D is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 22 | 93 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.64 |
| HSL | 293.24º | 0.62% | 0.23% | - |
| HSV(B) | 293.24º | 0.76% | 0.36% | - |
| XYZ | 6.01 | 3.3 | 10.68 | - |
| YUV | 48.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 93 | 0.09 | 0.76 | 0 | 0.64 | 293.24 | 0.62 | 0.23 |
| Hex | 55 | 16 | 5D | 9 | 4C | 0 | 40 | 125 | 3E | 17 |
| Octal | 125 | 26 | 135 | 11 | 114 | 0 | 100 | 445 | 76 | 27 |
| Binary | 1010101 | 10110 | 1011101 | 1001 | 1001100 | 0 | 1000000 | 100100101 | 111110 | 10111 |
Color Harmonies of #55165D
Complementary color
Monochromatic Colors of #55165D
Black with #55165D
Text Example
Text Example
White with #55165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55165D; }
p { color: rgb(85,22,93); }
H1.HeaderClassName
{
color: #55165D;
}
.AnyTagClassName
{
color: #55165D;
}
</style>
background-color css
<style>
a { background-color: #55165D; }
a { background-color: rgb(85,22,93); }
div.DivClassName
{
background-color: #55165D;
}
.BgClassName
{
background-color: #55165D;
}
</style>
border-color css
<style>
span { border-color: #55165D; }
span { border-color: rgb(85,22,93); }
td.TdClassName
{
border-color: #55165D;
}
.TagClassName
{
border-color: #55165D;
}
</style>