Shades of Hot Purple #551961
Tints of Hot Purple #551961
RGB
CMYK
RGB Variations
Color information
#551961 (or 0x551961) is known color: Hot Purple. HEX triplet: 55, 19 and 61. RGB value is (85,25,97). Sum of RGB (Red+Green+Blue) = 85+25+97=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #551961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551961 is #AAE69E. Grayscale: #323232. Windows color (decimal): -11200159 or 6363477. OLE color: 6363477.
HSL color Cylindrical-coordinate representation of color #551961: hue angle of 290º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551961 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 25 | 97 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.62 |
| HSL | 290º | 0.59% | 0.24% | - |
| HSV(B) | 290º | 0.74% | 0.38% | - |
| XYZ | 6.25 | 3.49 | 11.65 | - |
| YUV | 51.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 97 | 0.12 | 0.74 | 0 | 0.62 | 290 | 0.59 | 0.24 |
| Hex | 55 | 19 | 61 | C | 4A | 0 | 3E | 122 | 3B | 18 |
| Octal | 125 | 31 | 141 | 14 | 112 | 0 | 76 | 442 | 73 | 30 |
| Binary | 1010101 | 11001 | 1100001 | 1100 | 1001010 | 0 | 111110 | 100100010 | 111011 | 11000 |
Color Harmonies of #551961
Complementary color
Monochromatic Colors of #551961
Black with #551961
Text Example
Text Example
White with #551961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551961; }
p { color: rgb(85,25,97); }
H1.HeaderClassName
{
color: #551961;
}
.AnyTagClassName
{
color: #551961;
}
</style>
background-color css
<style>
a { background-color: #551961; }
a { background-color: rgb(85,25,97); }
div.DivClassName
{
background-color: #551961;
}
.BgClassName
{
background-color: #551961;
}
</style>
border-color css
<style>
span { border-color: #551961; }
span { border-color: rgb(85,25,97); }
td.TdClassName
{
border-color: #551961;
}
.TagClassName
{
border-color: #551961;
}
</style>