Shades of Hot Purple #55175A
Tints of Hot Purple #55175A
RGB
CMYK
RGB Variations
Color information
#55175A (or 0x55175A) is known color: Hot Purple. HEX triplet: 55, 17 and 5A. RGB value is (85,23,90). Sum of RGB (Red+Green+Blue) = 85+23+90=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #55175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55175A is #AAE8A5. Grayscale: #303030. Windows color (decimal): -11200678 or 5904213. OLE color: 5904213.
HSL color Cylindrical-coordinate representation of color #55175A: hue angle of 295.52º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55175A is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 23 | 90 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.65 |
| HSL | 295.52º | 0.59% | 0.22% | - |
| HSV(B) | 295.52º | 0.74% | 0.35% | - |
| XYZ | 5.9 | 3.28 | 10 | - |
| YUV | 49.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 90 | 0.06 | 0.74 | 0 | 0.65 | 295.52 | 0.59 | 0.22 |
| Hex | 55 | 17 | 5A | 6 | 4A | 0 | 41 | 128 | 3B | 16 |
| Octal | 125 | 27 | 132 | 6 | 112 | 0 | 101 | 450 | 73 | 26 |
| Binary | 1010101 | 10111 | 1011010 | 110 | 1001010 | 0 | 1000001 | 100101000 | 111011 | 10110 |
Color Harmonies of #55175A
Complementary color
Monochromatic Colors of #55175A
Black with #55175A
Text Example
Text Example
White with #55175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55175A; }
p { color: rgb(85,23,90); }
H1.HeaderClassName
{
color: #55175A;
}
.AnyTagClassName
{
color: #55175A;
}
</style>
background-color css
<style>
a { background-color: #55175A; }
a { background-color: rgb(85,23,90); }
div.DivClassName
{
background-color: #55175A;
}
.BgClassName
{
background-color: #55175A;
}
</style>
border-color css
<style>
span { border-color: #55175A; }
span { border-color: rgb(85,23,90); }
td.TdClassName
{
border-color: #55175A;
}
.TagClassName
{
border-color: #55175A;
}
</style>