Shades of Hot Purple #551061
Tints of Hot Purple #551061
RGB
CMYK
RGB Variations
Color information
#551061 (or 0x551061) is known color: Hot Purple. HEX triplet: 55, 10 and 61. RGB value is (85,16,97). Sum of RGB (Red+Green+Blue) = 85+16+97=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #551061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551061 is #AAEF9E. Grayscale: #2D2D2D. Windows color (decimal): -11202463 or 6361173. OLE color: 6361173.
HSL color Cylindrical-coordinate representation of color #551061: hue angle of 291.11º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551061 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 16 | 97 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.62 |
| HSL | 291.11º | 0.72% | 0.22% | - |
| HSV(B) | 291.11º | 0.84% | 0.38% | - |
| XYZ | 6.09 | 3.16 | 11.6 | - |
| YUV | 45.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 97 | 0.12 | 0.84 | 0 | 0.62 | 291.11 | 0.72 | 0.22 |
| Hex | 55 | 10 | 61 | C | 54 | 0 | 3E | 123 | 48 | 16 |
| Octal | 125 | 20 | 141 | 14 | 124 | 0 | 76 | 443 | 110 | 26 |
| Binary | 1010101 | 10000 | 1100001 | 1100 | 1010100 | 0 | 111110 | 100100011 | 1001000 | 10110 |
Color Harmonies of #551061
Complementary color
Monochromatic Colors of #551061
Black with #551061
Text Example
Text Example
White with #551061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551061; }
p { color: rgb(85,16,97); }
H1.HeaderClassName
{
color: #551061;
}
.AnyTagClassName
{
color: #551061;
}
</style>
background-color css
<style>
a { background-color: #551061; }
a { background-color: rgb(85,16,97); }
div.DivClassName
{
background-color: #551061;
}
.BgClassName
{
background-color: #551061;
}
</style>
border-color css
<style>
span { border-color: #551061; }
span { border-color: rgb(85,16,97); }
td.TdClassName
{
border-color: #551061;
}
.TagClassName
{
border-color: #551061;
}
</style>