Shades of Hot Purple #550E56
Tints of Hot Purple #550E56
RGB
CMYK
RGB Variations
Color information
#550E56 (or 0x550E56) is known color: Hot Purple. HEX triplet: 55, 0E and 56. RGB value is (85,14,86). Sum of RGB (Red+Green+Blue) = 85+14+86=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #550E56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550E56 is #AAF1A9. Grayscale: #2B2B2B. Windows color (decimal): -11202986 or 5639765. OLE color: 5639765.
HSL color Cylindrical-coordinate representation of color #550E56: hue angle of 299.17º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #550E56 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 14 | 86 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.66 |
| HSL | 299.17º | 0.72% | 0.2% | - |
| HSV(B) | 299.17º | 0.84% | 0.34% | - |
| XYZ | 5.58 | 2.92 | 9.07 | - |
| YUV | 43.44 | 152.02 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 86 | 0.01 | 0.84 | 0 | 0.66 | 299.17 | 0.72 | 0.2 |
| Hex | 55 | E | 56 | 1 | 54 | 0 | 42 | 12B | 48 | 14 |
| Octal | 125 | 16 | 126 | 1 | 124 | 0 | 102 | 453 | 110 | 24 |
| Binary | 1010101 | 1110 | 1010110 | 1 | 1010100 | 0 | 1000010 | 100101011 | 1001000 | 10100 |
Color Harmonies of #550E56
Complementary color
Monochromatic Colors of #550E56
Black with #550E56
Text Example
Text Example
White with #550E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550E56; }
p { color: rgb(85,14,86); }
H1.HeaderClassName
{
color: #550E56;
}
.AnyTagClassName
{
color: #550E56;
}
</style>
background-color css
<style>
a { background-color: #550E56; }
a { background-color: rgb(85,14,86); }
div.DivClassName
{
background-color: #550E56;
}
.BgClassName
{
background-color: #550E56;
}
</style>
border-color css
<style>
span { border-color: #550E56; }
span { border-color: rgb(85,14,86); }
td.TdClassName
{
border-color: #550E56;
}
.TagClassName
{
border-color: #550E56;
}
</style>