Shades of Hot Purple #551F60
Tints of Hot Purple #551F60
RGB
CMYK
RGB Variations
Color information
#551F60 (or 0x551F60) is known color: Hot Purple. HEX triplet: 55, 1F and 60. RGB value is (85,31,96). Sum of RGB (Red+Green+Blue) = 85+31+96=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #551F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551F60 is #AAE09F. Grayscale: #363636. Windows color (decimal): -11198624 or 6299477. OLE color: 6299477.
HSL color Cylindrical-coordinate representation of color #551F60: hue angle of 289.85º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551F60 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 31 | 96 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.62 |
| HSL | 289.85º | 0.51% | 0.25% | - |
| HSV(B) | 289.85º | 0.68% | 0.38% | - |
| XYZ | 6.35 | 3.76 | 11.46 | - |
| YUV | 54.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 96 | 0.11 | 0.68 | 0 | 0.62 | 289.85 | 0.51 | 0.25 |
| Hex | 55 | 1F | 60 | B | 44 | 0 | 3E | 122 | 33 | 19 |
| Octal | 125 | 37 | 140 | 13 | 104 | 0 | 76 | 442 | 63 | 31 |
| Binary | 1010101 | 11111 | 1100000 | 1011 | 1000100 | 0 | 111110 | 100100010 | 110011 | 11001 |
Color Harmonies of #551F60
Complementary color
Monochromatic Colors of #551F60
Black with #551F60
Text Example
Text Example
White with #551F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551F60; }
p { color: rgb(85,31,96); }
H1.HeaderClassName
{
color: #551F60;
}
.AnyTagClassName
{
color: #551F60;
}
</style>
background-color css
<style>
a { background-color: #551F60; }
a { background-color: rgb(85,31,96); }
div.DivClassName
{
background-color: #551F60;
}
.BgClassName
{
background-color: #551F60;
}
</style>
border-color css
<style>
span { border-color: #551F60; }
span { border-color: rgb(85,31,96); }
td.TdClassName
{
border-color: #551F60;
}
.TagClassName
{
border-color: #551F60;
}
</style>