Shades of Hot Purple #550961
Tints of Hot Purple #550961
RGB
CMYK
RGB Variations
Color information
#550961 (or 0x550961) is known color: Hot Purple. HEX triplet: 55, 09 and 61. RGB value is (85,9,97). Sum of RGB (Red+Green+Blue) = 85+9+97=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #550961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550961 is #AAF69E. Grayscale: #292929. Windows color (decimal): -11204255 or 6359381. OLE color: 6359381.
HSL color Cylindrical-coordinate representation of color #550961: hue angle of 291.82º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550961 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 9 | 97 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.62 |
| HSL | 291.82º | 0.83% | 0.21% | - |
| HSV(B) | 291.82º | 0.91% | 0.38% | - |
| XYZ | 6 | 2.99 | 11.57 | - |
| YUV | 41.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 97 | 0.12 | 0.91 | 0 | 0.62 | 291.82 | 0.83 | 0.21 |
| Hex | 55 | 9 | 61 | C | 5B | 0 | 3E | 124 | 53 | 15 |
| Octal | 125 | 11 | 141 | 14 | 133 | 0 | 76 | 444 | 123 | 25 |
| Binary | 1010101 | 1001 | 1100001 | 1100 | 1011011 | 0 | 111110 | 100100100 | 1010011 | 10101 |
Color Harmonies of #550961
Complementary color
Monochromatic Colors of #550961
Black with #550961
Text Example
Text Example
White with #550961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550961; }
p { color: rgb(85,9,97); }
H1.HeaderClassName
{
color: #550961;
}
.AnyTagClassName
{
color: #550961;
}
</style>
background-color css
<style>
a { background-color: #550961; }
a { background-color: rgb(85,9,97); }
div.DivClassName
{
background-color: #550961;
}
.BgClassName
{
background-color: #550961;
}
</style>
border-color css
<style>
span { border-color: #550961; }
span { border-color: rgb(85,9,97); }
td.TdClassName
{
border-color: #550961;
}
.TagClassName
{
border-color: #550961;
}
</style>