Shades of Hot Purple #551259
Tints of Hot Purple #551259
RGB
CMYK
RGB Variations
Color information
#551259 (or 0x551259) is known color: Hot Purple. HEX triplet: 55, 12 and 59. RGB value is (85,18,89). Sum of RGB (Red+Green+Blue) = 85+18+89=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #551259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551259 is #AAEDA6. Grayscale: #2D2D2D. Windows color (decimal): -11201959 or 5837397. OLE color: 5837397.
HSL color Cylindrical-coordinate representation of color #551259: hue angle of 296.62º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551259 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 18 | 89 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.65 |
| HSL | 296.62º | 0.66% | 0.21% | - |
| HSV(B) | 296.62º | 0.8% | 0.35% | - |
| XYZ | 5.77 | 3.09 | 9.74 | - |
| YUV | 46.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 89 | 0.04 | 0.80 | 0 | 0.65 | 296.62 | 0.66 | 0.21 |
| Hex | 55 | 12 | 59 | 4 | 50 | 0 | 41 | 129 | 42 | 15 |
| Octal | 125 | 22 | 131 | 4 | 120 | 0 | 101 | 451 | 102 | 25 |
| Binary | 1010101 | 10010 | 1011001 | 100 | 1010000 | 0 | 1000001 | 100101001 | 1000010 | 10101 |
Color Harmonies of #551259
Complementary color
Monochromatic Colors of #551259
Black with #551259
Text Example
Text Example
White with #551259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551259; }
p { color: rgb(85,18,89); }
H1.HeaderClassName
{
color: #551259;
}
.AnyTagClassName
{
color: #551259;
}
</style>
background-color css
<style>
a { background-color: #551259; }
a { background-color: rgb(85,18,89); }
div.DivClassName
{
background-color: #551259;
}
.BgClassName
{
background-color: #551259;
}
</style>
border-color css
<style>
span { border-color: #551259; }
span { border-color: rgb(85,18,89); }
td.TdClassName
{
border-color: #551259;
}
.TagClassName
{
border-color: #551259;
}
</style>