Shades of Hot Purple #551159
Tints of Hot Purple #551159
RGB
CMYK
RGB Variations
Color information
#551159 (or 0x551159) is known color: Hot Purple. HEX triplet: 55, 11 and 59. RGB value is (85,17,89). Sum of RGB (Red+Green+Blue) = 85+17+89=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #551159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551159 is #AAEEA6. Grayscale: #2D2D2D. Windows color (decimal): -11202215 or 5837141. OLE color: 5837141.
HSL color Cylindrical-coordinate representation of color #551159: hue angle of 296.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551159 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 17 | 89 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.65 |
| HSL | 296.67º | 0.68% | 0.21% | - |
| HSV(B) | 296.67º | 0.81% | 0.35% | - |
| XYZ | 5.75 | 3.05 | 9.74 | - |
| YUV | 45.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 89 | 0.04 | 0.81 | 0 | 0.65 | 296.67 | 0.68 | 0.21 |
| Hex | 55 | 11 | 59 | 4 | 51 | 0 | 41 | 129 | 44 | 15 |
| Octal | 125 | 21 | 131 | 4 | 121 | 0 | 101 | 451 | 104 | 25 |
| Binary | 1010101 | 10001 | 1011001 | 100 | 1010001 | 0 | 1000001 | 100101001 | 1000100 | 10101 |
Color Harmonies of #551159
Complementary color
Monochromatic Colors of #551159
Black with #551159
Text Example
Text Example
White with #551159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551159; }
p { color: rgb(85,17,89); }
H1.HeaderClassName
{
color: #551159;
}
.AnyTagClassName
{
color: #551159;
}
</style>
background-color css
<style>
a { background-color: #551159; }
a { background-color: rgb(85,17,89); }
div.DivClassName
{
background-color: #551159;
}
.BgClassName
{
background-color: #551159;
}
</style>
border-color css
<style>
span { border-color: #551159; }
span { border-color: rgb(85,17,89); }
td.TdClassName
{
border-color: #551159;
}
.TagClassName
{
border-color: #551159;
}
</style>