Shades of Hot Purple #550C60
Tints of Hot Purple #550C60
RGB
CMYK
RGB Variations
Color information
#550C60 (or 0x550C60) is known color: Hot Purple. HEX triplet: 55, 0C and 60. RGB value is (85,12,96). Sum of RGB (Red+Green+Blue) = 85+12+96=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #550C60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C60 is #AAF39F. Grayscale: #2B2B2B. Windows color (decimal): -11203488 or 6294613. OLE color: 6294613.
HSL color Cylindrical-coordinate representation of color #550C60: hue angle of 292.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550C60 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 12 | 96 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.62 |
| HSL | 292.14º | 0.78% | 0.21% | - |
| HSV(B) | 292.14º | 0.88% | 0.38% | - |
| XYZ | 5.99 | 3.04 | 11.34 | - |
| YUV | 43.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 96 | 0.11 | 0.88 | 0 | 0.62 | 292.14 | 0.78 | 0.21 |
| Hex | 55 | C | 60 | B | 58 | 0 | 3E | 124 | 4E | 15 |
| Octal | 125 | 14 | 140 | 13 | 130 | 0 | 76 | 444 | 116 | 25 |
| Binary | 1010101 | 1100 | 1100000 | 1011 | 1011000 | 0 | 111110 | 100100100 | 1001110 | 10101 |
Color Harmonies of #550C60
Complementary color
Monochromatic Colors of #550C60
Black with #550C60
Text Example
Text Example
White with #550C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550C60; }
p { color: rgb(85,12,96); }
H1.HeaderClassName
{
color: #550C60;
}
.AnyTagClassName
{
color: #550C60;
}
</style>
background-color css
<style>
a { background-color: #550C60; }
a { background-color: rgb(85,12,96); }
div.DivClassName
{
background-color: #550C60;
}
.BgClassName
{
background-color: #550C60;
}
</style>
border-color css
<style>
span { border-color: #550C60; }
span { border-color: rgb(85,12,96); }
td.TdClassName
{
border-color: #550C60;
}
.TagClassName
{
border-color: #550C60;
}
</style>