Shades of Hot Purple #550D60
Tints of Hot Purple #550D60
RGB
CMYK
RGB Variations
Color information
#550D60 (or 0x550D60) is known color: Hot Purple. HEX triplet: 55, 0D and 60. RGB value is (85,13,96). Sum of RGB (Red+Green+Blue) = 85+13+96=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #550D60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550D60 is #AAF29F. Grayscale: #2B2B2B. Windows color (decimal): -11203232 or 6294869. OLE color: 6294869.
HSL color Cylindrical-coordinate representation of color #550D60: hue angle of 292.05º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #550D60 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 13 | 96 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.62 |
| HSL | 292.05º | 0.76% | 0.21% | - |
| HSV(B) | 292.05º | 0.86% | 0.38% | - |
| XYZ | 6 | 3.06 | 11.34 | - |
| YUV | 43.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 96 | 0.11 | 0.86 | 0 | 0.62 | 292.05 | 0.76 | 0.21 |
| Hex | 55 | D | 60 | B | 56 | 0 | 3E | 124 | 4C | 15 |
| Octal | 125 | 15 | 140 | 13 | 126 | 0 | 76 | 444 | 114 | 25 |
| Binary | 1010101 | 1101 | 1100000 | 1011 | 1010110 | 0 | 111110 | 100100100 | 1001100 | 10101 |
Color Harmonies of #550D60
Complementary color
Monochromatic Colors of #550D60
Black with #550D60
Text Example
Text Example
White with #550D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D60; }
p { color: rgb(85,13,96); }
H1.HeaderClassName
{
color: #550D60;
}
.AnyTagClassName
{
color: #550D60;
}
</style>
background-color css
<style>
a { background-color: #550D60; }
a { background-color: rgb(85,13,96); }
div.DivClassName
{
background-color: #550D60;
}
.BgClassName
{
background-color: #550D60;
}
</style>
border-color css
<style>
span { border-color: #550D60; }
span { border-color: rgb(85,13,96); }
td.TdClassName
{
border-color: #550D60;
}
.TagClassName
{
border-color: #550D60;
}
</style>