Shades of Hot Purple #551D59
Tints of Hot Purple #551D59
RGB
CMYK
RGB Variations
Color information
#551D59 (or 0x551D59) is known color: Hot Purple. HEX triplet: 55, 1D and 59. RGB value is (85,29,89). Sum of RGB (Red+Green+Blue) = 85+29+89=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #551D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551D59 is #AAE2A6. Grayscale: #343434. Windows color (decimal): -11199143 or 5840213. OLE color: 5840213.
HSL color Cylindrical-coordinate representation of color #551D59: hue angle of 296º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551D59 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 29 | 89 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.65 |
| HSL | 296º | 0.51% | 0.23% | - |
| HSV(B) | 296º | 0.67% | 0.35% | - |
| XYZ | 5.99 | 3.53 | 9.82 | - |
| YUV | 52.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 89 | 0.04 | 0.67 | 0 | 0.65 | 296 | 0.51 | 0.23 |
| Hex | 55 | 1D | 59 | 4 | 43 | 0 | 41 | 128 | 33 | 17 |
| Octal | 125 | 35 | 131 | 4 | 103 | 0 | 101 | 450 | 63 | 27 |
| Binary | 1010101 | 11101 | 1011001 | 100 | 1000011 | 0 | 1000001 | 100101000 | 110011 | 10111 |
Color Harmonies of #551D59
Complementary color
Monochromatic Colors of #551D59
Black with #551D59
Text Example
Text Example
White with #551D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D59; }
p { color: rgb(85,29,89); }
H1.HeaderClassName
{
color: #551D59;
}
.AnyTagClassName
{
color: #551D59;
}
</style>
background-color css
<style>
a { background-color: #551D59; }
a { background-color: rgb(85,29,89); }
div.DivClassName
{
background-color: #551D59;
}
.BgClassName
{
background-color: #551D59;
}
</style>
border-color css
<style>
span { border-color: #551D59; }
span { border-color: rgb(85,29,89); }
td.TdClassName
{
border-color: #551D59;
}
.TagClassName
{
border-color: #551D59;
}
</style>