Shades of Hot Purple #551160
Tints of Hot Purple #551160
RGB
CMYK
RGB Variations
Color information
#551160 (or 0x551160) is known color: Hot Purple. HEX triplet: 55, 11 and 60. RGB value is (85,17,96). Sum of RGB (Red+Green+Blue) = 85+17+96=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #551160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551160 is #AAEE9F. Grayscale: #2E2E2E. Windows color (decimal): -11202208 or 6295893. OLE color: 6295893.
HSL color Cylindrical-coordinate representation of color #551160: hue angle of 291.65º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551160 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 17 | 96 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.62 |
| HSL | 291.65º | 0.7% | 0.22% | - |
| HSV(B) | 291.65º | 0.82% | 0.38% | - |
| XYZ | 6.06 | 3.18 | 11.36 | - |
| YUV | 46.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 96 | 0.11 | 0.82 | 0 | 0.62 | 291.65 | 0.7 | 0.22 |
| Hex | 55 | 11 | 60 | B | 52 | 0 | 3E | 124 | 46 | 16 |
| Octal | 125 | 21 | 140 | 13 | 122 | 0 | 76 | 444 | 106 | 26 |
| Binary | 1010101 | 10001 | 1100000 | 1011 | 1010010 | 0 | 111110 | 100100100 | 1000110 | 10110 |
Color Harmonies of #551160
Complementary color
Monochromatic Colors of #551160
Black with #551160
Text Example
Text Example
White with #551160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551160; }
p { color: rgb(85,17,96); }
H1.HeaderClassName
{
color: #551160;
}
.AnyTagClassName
{
color: #551160;
}
</style>
background-color css
<style>
a { background-color: #551160; }
a { background-color: rgb(85,17,96); }
div.DivClassName
{
background-color: #551160;
}
.BgClassName
{
background-color: #551160;
}
</style>
border-color css
<style>
span { border-color: #551160; }
span { border-color: rgb(85,17,96); }
td.TdClassName
{
border-color: #551160;
}
.TagClassName
{
border-color: #551160;
}
</style>