Shades of Hot Purple #551A59
Tints of Hot Purple #551A59
RGB
CMYK
RGB Variations
Color information
#551A59 (or 0x551A59) is known color: Hot Purple. HEX triplet: 55, 1A and 59. RGB value is (85,26,89). Sum of RGB (Red+Green+Blue) = 85+26+89=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #551A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A59 is #AAE5A6. Grayscale: #323232. Windows color (decimal): -11199911 or 5839445. OLE color: 5839445.
HSL color Cylindrical-coordinate representation of color #551A59: hue angle of 296.19º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551A59 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 26 | 89 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.65 |
| HSL | 296.19º | 0.55% | 0.23% | - |
| HSV(B) | 296.19º | 0.71% | 0.35% | - |
| XYZ | 5.92 | 3.39 | 9.79 | - |
| YUV | 50.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 89 | 0.04 | 0.71 | 0 | 0.65 | 296.19 | 0.55 | 0.23 |
| Hex | 55 | 1A | 59 | 4 | 47 | 0 | 41 | 128 | 37 | 17 |
| Octal | 125 | 32 | 131 | 4 | 107 | 0 | 101 | 450 | 67 | 27 |
| Binary | 1010101 | 11010 | 1011001 | 100 | 1000111 | 0 | 1000001 | 100101000 | 110111 | 10111 |
Color Harmonies of #551A59
Complementary color
Monochromatic Colors of #551A59
Black with #551A59
Text Example
Text Example
White with #551A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A59; }
p { color: rgb(85,26,89); }
H1.HeaderClassName
{
color: #551A59;
}
.AnyTagClassName
{
color: #551A59;
}
</style>
background-color css
<style>
a { background-color: #551A59; }
a { background-color: rgb(85,26,89); }
div.DivClassName
{
background-color: #551A59;
}
.BgClassName
{
background-color: #551A59;
}
</style>
border-color css
<style>
span { border-color: #551A59; }
span { border-color: rgb(85,26,89); }
td.TdClassName
{
border-color: #551A59;
}
.TagClassName
{
border-color: #551A59;
}
</style>