Shades of Hot Purple #55175B
Tints of Hot Purple #55175B
RGB
CMYK
RGB Variations
Color information
#55175B (or 0x55175B) is known color: Hot Purple. HEX triplet: 55, 17 and 5B. RGB value is (85,23,91). Sum of RGB (Red+Green+Blue) = 85+23+91=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #55175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55175B is #AAE8A4. Grayscale: #313131. Windows color (decimal): -11200677 or 5969749. OLE color: 5969749.
HSL color Cylindrical-coordinate representation of color #55175B: hue angle of 294.71º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55175B is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 23 | 91 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.64 |
| HSL | 294.71º | 0.6% | 0.22% | - |
| HSV(B) | 294.71º | 0.75% | 0.36% | - |
| XYZ | 5.94 | 3.3 | 10.22 | - |
| YUV | 49.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 91 | 0.07 | 0.75 | 0 | 0.64 | 294.71 | 0.6 | 0.22 |
| Hex | 55 | 17 | 5B | 7 | 4B | 0 | 40 | 127 | 3C | 16 |
| Octal | 125 | 27 | 133 | 7 | 113 | 0 | 100 | 447 | 74 | 26 |
| Binary | 1010101 | 10111 | 1011011 | 111 | 1001011 | 0 | 1000000 | 100100111 | 111100 | 10110 |
Color Harmonies of #55175B
Complementary color
Monochromatic Colors of #55175B
Black with #55175B
Text Example
Text Example
White with #55175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55175B; }
p { color: rgb(85,23,91); }
H1.HeaderClassName
{
color: #55175B;
}
.AnyTagClassName
{
color: #55175B;
}
</style>
background-color css
<style>
a { background-color: #55175B; }
a { background-color: rgb(85,23,91); }
div.DivClassName
{
background-color: #55175B;
}
.BgClassName
{
background-color: #55175B;
}
</style>
border-color css
<style>
span { border-color: #55175B; }
span { border-color: rgb(85,23,91); }
td.TdClassName
{
border-color: #55175B;
}
.TagClassName
{
border-color: #55175B;
}
</style>