Shades of Hot Purple #55175D
Tints of Hot Purple #55175D
RGB
CMYK
RGB Variations
Color information
#55175D (or 0x55175D) is known color: Hot Purple. HEX triplet: 55, 17 and 5D. RGB value is (85,23,93). Sum of RGB (Red+Green+Blue) = 85+23+93=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #55175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55175D is #AAE8A2. Grayscale: #313131. Windows color (decimal): -11200675 or 6100821. OLE color: 6100821.
HSL color Cylindrical-coordinate representation of color #55175D: hue angle of 293.14º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55175D is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 23 | 93 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.64 |
| HSL | 293.14º | 0.6% | 0.23% | - |
| HSV(B) | 293.14º | 0.75% | 0.36% | - |
| XYZ | 6.03 | 3.33 | 10.68 | - |
| YUV | 49.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 93 | 0.09 | 0.75 | 0 | 0.64 | 293.14 | 0.6 | 0.23 |
| Hex | 55 | 17 | 5D | 9 | 4B | 0 | 40 | 125 | 3C | 17 |
| Octal | 125 | 27 | 135 | 11 | 113 | 0 | 100 | 445 | 74 | 27 |
| Binary | 1010101 | 10111 | 1011101 | 1001 | 1001011 | 0 | 1000000 | 100100101 | 111100 | 10111 |
Color Harmonies of #55175D
Complementary color
Monochromatic Colors of #55175D
Black with #55175D
Text Example
Text Example
White with #55175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55175D; }
p { color: rgb(85,23,93); }
H1.HeaderClassName
{
color: #55175D;
}
.AnyTagClassName
{
color: #55175D;
}
</style>
background-color css
<style>
a { background-color: #55175D; }
a { background-color: rgb(85,23,93); }
div.DivClassName
{
background-color: #55175D;
}
.BgClassName
{
background-color: #55175D;
}
</style>
border-color css
<style>
span { border-color: #55175D; }
span { border-color: rgb(85,23,93); }
td.TdClassName
{
border-color: #55175D;
}
.TagClassName
{
border-color: #55175D;
}
</style>