Shades of Hot Purple #55175C
Tints of Hot Purple #55175C
RGB
CMYK
RGB Variations
Color information
#55175C (or 0x55175C) is known color: Hot Purple. HEX triplet: 55, 17 and 5C. RGB value is (85,23,92). Sum of RGB (Red+Green+Blue) = 85+23+92=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #55175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55175C is #AAE8A3. Grayscale: #313131. Windows color (decimal): -11200676 or 6035285. OLE color: 6035285.
HSL color Cylindrical-coordinate representation of color #55175C: hue angle of 293.91º 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 #55175C is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 23 | 92 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.64 |
| HSL | 293.91º | 0.6% | 0.23% | - |
| HSV(B) | 293.91º | 0.75% | 0.36% | - |
| XYZ | 5.98 | 3.32 | 10.45 | - |
| YUV | 49.4 | 152.04 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 92 | 0.08 | 0.75 | 0 | 0.64 | 293.91 | 0.6 | 0.23 |
| Hex | 55 | 17 | 5C | 8 | 4B | 0 | 40 | 126 | 3C | 17 |
| Octal | 125 | 27 | 134 | 10 | 113 | 0 | 100 | 446 | 74 | 27 |
| Binary | 1010101 | 10111 | 1011100 | 1000 | 1001011 | 0 | 1000000 | 100100110 | 111100 | 10111 |
Color Harmonies of #55175C
Complementary color
Monochromatic Colors of #55175C
Black with #55175C
Text Example
Text Example
White with #55175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55175C; }
p { color: rgb(85,23,92); }
H1.HeaderClassName
{
color: #55175C;
}
.AnyTagClassName
{
color: #55175C;
}
</style>
background-color css
<style>
a { background-color: #55175C; }
a { background-color: rgb(85,23,92); }
div.DivClassName
{
background-color: #55175C;
}
.BgClassName
{
background-color: #55175C;
}
</style>
border-color css
<style>
span { border-color: #55175C; }
span { border-color: rgb(85,23,92); }
td.TdClassName
{
border-color: #55175C;
}
.TagClassName
{
border-color: #55175C;
}
</style>