Shades of Hot Purple #550D56
Tints of Hot Purple #550D56
RGB
CMYK
RGB Variations
Color information
#550D56 (or 0x550D56) is known color: Hot Purple. HEX triplet: 55, 0D and 56. RGB value is (85,13,86). Sum of RGB (Red+Green+Blue) = 85+13+86=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #550D56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550D56 is #AAF2A9. Grayscale: #2A2A2A. Windows color (decimal): -11203242 or 5639509. OLE color: 5639509.
HSL color Cylindrical-coordinate representation of color #550D56: hue angle of 299.18º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #550D56 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 13 | 86 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.66 |
| HSL | 299.18º | 0.74% | 0.19% | - |
| HSV(B) | 299.18º | 0.85% | 0.34% | - |
| XYZ | 5.57 | 2.89 | 9.07 | - |
| YUV | 42.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 86 | 0.01 | 0.85 | 0 | 0.66 | 299.18 | 0.74 | 0.19 |
| Hex | 55 | D | 56 | 1 | 55 | 0 | 42 | 12B | 4A | 13 |
| Octal | 125 | 15 | 126 | 1 | 125 | 0 | 102 | 453 | 112 | 23 |
| Binary | 1010101 | 1101 | 1010110 | 1 | 1010101 | 0 | 1000010 | 100101011 | 1001010 | 10011 |
Color Harmonies of #550D56
Complementary color
Monochromatic Colors of #550D56
Black with #550D56
Text Example
Text Example
White with #550D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D56; }
p { color: rgb(85,13,86); }
H1.HeaderClassName
{
color: #550D56;
}
.AnyTagClassName
{
color: #550D56;
}
</style>
background-color css
<style>
a { background-color: #550D56; }
a { background-color: rgb(85,13,86); }
div.DivClassName
{
background-color: #550D56;
}
.BgClassName
{
background-color: #550D56;
}
</style>
border-color css
<style>
span { border-color: #550D56; }
span { border-color: rgb(85,13,86); }
td.TdClassName
{
border-color: #550D56;
}
.TagClassName
{
border-color: #550D56;
}
</style>