Shades of Hot Purple #551161
Tints of Hot Purple #551161
RGB
CMYK
RGB Variations
Color information
#551161 (or 0x551161) is known color: Hot Purple. HEX triplet: 55, 11 and 61. RGB value is (85,17,97). Sum of RGB (Red+Green+Blue) = 85+17+97=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #551161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551161 is #AAEE9E. Grayscale: #2E2E2E. Windows color (decimal): -11202207 or 6361429. OLE color: 6361429.
HSL color Cylindrical-coordinate representation of color #551161: hue angle of 291º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551161 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 17 | 97 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.62 |
| HSL | 291º | 0.7% | 0.22% | - |
| HSV(B) | 291º | 0.82% | 0.38% | - |
| XYZ | 6.1 | 3.2 | 11.6 | - |
| YUV | 46.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 97 | 0.12 | 0.82 | 0 | 0.62 | 291 | 0.7 | 0.22 |
| Hex | 55 | 11 | 61 | C | 52 | 0 | 3E | 123 | 46 | 16 |
| Octal | 125 | 21 | 141 | 14 | 122 | 0 | 76 | 443 | 106 | 26 |
| Binary | 1010101 | 10001 | 1100001 | 1100 | 1010010 | 0 | 111110 | 100100011 | 1000110 | 10110 |
Color Harmonies of #551161
Complementary color
Monochromatic Colors of #551161
Black with #551161
Text Example
Text Example
White with #551161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551161; }
p { color: rgb(85,17,97); }
H1.HeaderClassName
{
color: #551161;
}
.AnyTagClassName
{
color: #551161;
}
</style>
background-color css
<style>
a { background-color: #551161; }
a { background-color: rgb(85,17,97); }
div.DivClassName
{
background-color: #551161;
}
.BgClassName
{
background-color: #551161;
}
</style>
border-color css
<style>
span { border-color: #551161; }
span { border-color: rgb(85,17,97); }
td.TdClassName
{
border-color: #551161;
}
.TagClassName
{
border-color: #551161;
}
</style>