Shades of Hot Purple #550C62
Tints of Hot Purple #550C62
RGB
CMYK
RGB Variations
Color information
#550C62 (or 0x550C62) is known color: Hot Purple. HEX triplet: 55, 0C and 62. RGB value is (85,12,98). Sum of RGB (Red+Green+Blue) = 85+12+98=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #550C62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C62 is #AAF39D. Grayscale: #2B2B2B. Windows color (decimal): -11203486 or 6425685. OLE color: 6425685.
HSL color Cylindrical-coordinate representation of color #550C62: hue angle of 290.93º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550C62 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 12 | 98 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.62 |
| HSL | 290.93º | 0.78% | 0.22% | - |
| HSV(B) | 290.93º | 0.88% | 0.38% | - |
| XYZ | 6.08 | 3.08 | 11.83 | - |
| YUV | 43.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 98 | 0.13 | 0.88 | 0 | 0.62 | 290.93 | 0.78 | 0.22 |
| Hex | 55 | C | 62 | D | 58 | 0 | 3E | 123 | 4E | 16 |
| Octal | 125 | 14 | 142 | 15 | 130 | 0 | 76 | 443 | 116 | 26 |
| Binary | 1010101 | 1100 | 1100010 | 1101 | 1011000 | 0 | 111110 | 100100011 | 1001110 | 10110 |
Color Harmonies of #550C62
Complementary color
Monochromatic Colors of #550C62
Black with #550C62
Text Example
Text Example
White with #550C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550C62; }
p { color: rgb(85,12,98); }
H1.HeaderClassName
{
color: #550C62;
}
.AnyTagClassName
{
color: #550C62;
}
</style>
background-color css
<style>
a { background-color: #550C62; }
a { background-color: rgb(85,12,98); }
div.DivClassName
{
background-color: #550C62;
}
.BgClassName
{
background-color: #550C62;
}
</style>
border-color css
<style>
span { border-color: #550C62; }
span { border-color: rgb(85,12,98); }
td.TdClassName
{
border-color: #550C62;
}
.TagClassName
{
border-color: #550C62;
}
</style>