Shades of Hot Purple #55175F
Tints of Hot Purple #55175F
RGB
CMYK
RGB Variations
Color information
#55175F (or 0x55175F) is known color: Hot Purple. HEX triplet: 55, 17 and 5F. RGB value is (85,23,95). Sum of RGB (Red+Green+Blue) = 85+23+95=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #55175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55175F is #AAE8A0. Grayscale: #313131. Windows color (decimal): -11200673 or 6231893. OLE color: 6231893.
HSL color Cylindrical-coordinate representation of color #55175F: hue angle of 291.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55175F is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 23 | 95 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.63 |
| HSL | 291.67º | 0.61% | 0.23% | - |
| HSV(B) | 291.67º | 0.76% | 0.37% | - |
| XYZ | 6.12 | 3.37 | 11.15 | - |
| YUV | 49.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 95 | 0.11 | 0.76 | 0 | 0.63 | 291.67 | 0.61 | 0.23 |
| Hex | 55 | 17 | 5F | B | 4C | 0 | 3F | 124 | 3D | 17 |
| Octal | 125 | 27 | 137 | 13 | 114 | 0 | 77 | 444 | 75 | 27 |
| Binary | 1010101 | 10111 | 1011111 | 1011 | 1001100 | 0 | 111111 | 100100100 | 111101 | 10111 |
Color Harmonies of #55175F
Complementary color
Monochromatic Colors of #55175F
Black with #55175F
Text Example
Text Example
White with #55175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55175F; }
p { color: rgb(85,23,95); }
H1.HeaderClassName
{
color: #55175F;
}
.AnyTagClassName
{
color: #55175F;
}
</style>
background-color css
<style>
a { background-color: #55175F; }
a { background-color: rgb(85,23,95); }
div.DivClassName
{
background-color: #55175F;
}
.BgClassName
{
background-color: #55175F;
}
</style>
border-color css
<style>
span { border-color: #55175F; }
span { border-color: rgb(85,23,95); }
td.TdClassName
{
border-color: #55175F;
}
.TagClassName
{
border-color: #55175F;
}
</style>