Shades of Hot Purple #55195D
Tints of Hot Purple #55195D
RGB
CMYK
RGB Variations
Color information
#55195D (or 0x55195D) is known color: Hot Purple. HEX triplet: 55, 19 and 5D. RGB value is (85,25,93). Sum of RGB (Red+Green+Blue) = 85+25+93=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #55195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55195D is #AAE6A2. Grayscale: #323232. Windows color (decimal): -11200163 or 6101333. OLE color: 6101333.
HSL color Cylindrical-coordinate representation of color #55195D: hue angle of 292.94º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55195D is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 25 | 93 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.64 |
| HSL | 292.94º | 0.58% | 0.23% | - |
| HSV(B) | 292.94º | 0.73% | 0.36% | - |
| XYZ | 6.07 | 3.42 | 10.7 | - |
| YUV | 50.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 93 | 0.09 | 0.73 | 0 | 0.64 | 292.94 | 0.58 | 0.23 |
| Hex | 55 | 19 | 5D | 9 | 49 | 0 | 40 | 125 | 3A | 17 |
| Octal | 125 | 31 | 135 | 11 | 111 | 0 | 100 | 445 | 72 | 27 |
| Binary | 1010101 | 11001 | 1011101 | 1001 | 1001001 | 0 | 1000000 | 100100101 | 111010 | 10111 |
Color Harmonies of #55195D
Complementary color
Monochromatic Colors of #55195D
Black with #55195D
Text Example
Text Example
White with #55195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55195D; }
p { color: rgb(85,25,93); }
H1.HeaderClassName
{
color: #55195D;
}
.AnyTagClassName
{
color: #55195D;
}
</style>
background-color css
<style>
a { background-color: #55195D; }
a { background-color: rgb(85,25,93); }
div.DivClassName
{
background-color: #55195D;
}
.BgClassName
{
background-color: #55195D;
}
</style>
border-color css
<style>
span { border-color: #55195D; }
span { border-color: rgb(85,25,93); }
td.TdClassName
{
border-color: #55195D;
}
.TagClassName
{
border-color: #55195D;
}
</style>