Shades of Hot Purple #550C5F
Tints of Hot Purple #550C5F
RGB
CMYK
RGB Variations
Color information
#550C5F (or 0x550C5F) is known color: Hot Purple. HEX triplet: 55, 0C and 5F. RGB value is (85,12,95). Sum of RGB (Red+Green+Blue) = 85+12+95=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 95 - color contains mainly: blue. Hex color #550C5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C5F is #AAF3A0. Grayscale: #2B2B2B. Windows color (decimal): -11203489 or 6229077. OLE color: 6229077.
HSL color Cylindrical-coordinate representation of color #550C5F: hue angle of 292.77º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #550C5F is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 12 | 95 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.63 |
| HSL | 292.77º | 0.78% | 0.21% | - |
| HSV(B) | 292.77º | 0.87% | 0.37% | - |
| XYZ | 5.94 | 3.02 | 11.1 | - |
| YUV | 43.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 95 | 0.11 | 0.87 | 0 | 0.63 | 292.77 | 0.78 | 0.21 |
| Hex | 55 | C | 5F | B | 57 | 0 | 3F | 125 | 4E | 15 |
| Octal | 125 | 14 | 137 | 13 | 127 | 0 | 77 | 445 | 116 | 25 |
| Binary | 1010101 | 1100 | 1011111 | 1011 | 1010111 | 0 | 111111 | 100100101 | 1001110 | 10101 |
Color Harmonies of #550C5F
Complementary color
Monochromatic Colors of #550C5F
Black with #550C5F
Text Example
Text Example
White with #550C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550C5F; }
p { color: rgb(85,12,95); }
H1.HeaderClassName
{
color: #550C5F;
}
.AnyTagClassName
{
color: #550C5F;
}
</style>
background-color css
<style>
a { background-color: #550C5F; }
a { background-color: rgb(85,12,95); }
div.DivClassName
{
background-color: #550C5F;
}
.BgClassName
{
background-color: #550C5F;
}
</style>
border-color css
<style>
span { border-color: #550C5F; }
span { border-color: rgb(85,12,95); }
td.TdClassName
{
border-color: #550C5F;
}
.TagClassName
{
border-color: #550C5F;
}
</style>