Shades of Hot Purple #550B61
Tints of Hot Purple #550B61
RGB
CMYK
RGB Variations
Color information
#550B61 (or 0x550B61) is known color: Hot Purple. HEX triplet: 55, 0B and 61. RGB value is (85,11,97). Sum of RGB (Red+Green+Blue) = 85+11+97=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #550B61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B61 is #AAF49E. Grayscale: #2A2A2A. Windows color (decimal): -11203743 or 6359893. OLE color: 6359893.
HSL color Cylindrical-coordinate representation of color #550B61: hue angle of 291.63º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550B61 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 11 | 97 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.62 |
| HSL | 291.63º | 0.8% | 0.21% | - |
| HSV(B) | 291.63º | 0.89% | 0.38% | - |
| XYZ | 6.02 | 3.03 | 11.58 | - |
| YUV | 42.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 97 | 0.12 | 0.89 | 0 | 0.62 | 291.63 | 0.8 | 0.21 |
| Hex | 55 | B | 61 | C | 59 | 0 | 3E | 124 | 50 | 15 |
| Octal | 125 | 13 | 141 | 14 | 131 | 0 | 76 | 444 | 120 | 25 |
| Binary | 1010101 | 1011 | 1100001 | 1100 | 1011001 | 0 | 111110 | 100100100 | 1010000 | 10101 |
Color Harmonies of #550B61
Complementary color
Monochromatic Colors of #550B61
Black with #550B61
Text Example
Text Example
White with #550B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550B61; }
p { color: rgb(85,11,97); }
H1.HeaderClassName
{
color: #550B61;
}
.AnyTagClassName
{
color: #550B61;
}
</style>
background-color css
<style>
a { background-color: #550B61; }
a { background-color: rgb(85,11,97); }
div.DivClassName
{
background-color: #550B61;
}
.BgClassName
{
background-color: #550B61;
}
</style>
border-color css
<style>
span { border-color: #550B61; }
span { border-color: rgb(85,11,97); }
td.TdClassName
{
border-color: #550B61;
}
.TagClassName
{
border-color: #550B61;
}
</style>