Shades of Hot Purple #550A56
Tints of Hot Purple #550A56
RGB
CMYK
RGB Variations
Color information
#550A56 (or 0x550A56) is known color: Hot Purple. HEX triplet: 55, 0A and 56. RGB value is (85,10,86). Sum of RGB (Red+Green+Blue) = 85+10+86=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #550A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550A56 is #AAF5A9. Grayscale: #282828. Windows color (decimal): -11204010 or 5638741. OLE color: 5638741.
HSL color Cylindrical-coordinate representation of color #550A56: hue angle of 299.21º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550A56 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 10 | 86 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.66 |
| HSL | 299.21º | 0.79% | 0.19% | - |
| HSV(B) | 299.21º | 0.88% | 0.34% | - |
| XYZ | 5.53 | 2.82 | 9.06 | - |
| YUV | 41.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 86 | 0.01 | 0.88 | 0 | 0.66 | 299.21 | 0.79 | 0.19 |
| Hex | 55 | A | 56 | 1 | 58 | 0 | 42 | 12B | 4F | 13 |
| Octal | 125 | 12 | 126 | 1 | 130 | 0 | 102 | 453 | 117 | 23 |
| Binary | 1010101 | 1010 | 1010110 | 1 | 1011000 | 0 | 1000010 | 100101011 | 1001111 | 10011 |
Color Harmonies of #550A56
Complementary color
Monochromatic Colors of #550A56
Black with #550A56
Text Example
Text Example
White with #550A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550A56; }
p { color: rgb(85,10,86); }
H1.HeaderClassName
{
color: #550A56;
}
.AnyTagClassName
{
color: #550A56;
}
</style>
background-color css
<style>
a { background-color: #550A56; }
a { background-color: rgb(85,10,86); }
div.DivClassName
{
background-color: #550A56;
}
.BgClassName
{
background-color: #550A56;
}
</style>
border-color css
<style>
span { border-color: #550A56; }
span { border-color: rgb(85,10,86); }
td.TdClassName
{
border-color: #550A56;
}
.TagClassName
{
border-color: #550A56;
}
</style>