Shades of Hot Purple #55155E
Tints of Hot Purple #55155E
RGB
CMYK
RGB Variations
Color information
#55155E (or 0x55155E) is known color: Hot Purple. HEX triplet: 55, 15 and 5E. RGB value is (85,21,94). Sum of RGB (Red+Green+Blue) = 85+21+94=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #55155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55155E is #AAEAA1. Grayscale: #303030. Windows color (decimal): -11201186 or 6165845. OLE color: 6165845.
HSL color Cylindrical-coordinate representation of color #55155E: hue angle of 292.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55155E is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 21 | 94 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.63 |
| HSL | 292.6º | 0.63% | 0.23% | - |
| HSV(B) | 292.6º | 0.78% | 0.37% | - |
| XYZ | 6.03 | 3.28 | 10.9 | - |
| YUV | 48.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 94 | 0.10 | 0.78 | 0 | 0.63 | 292.6 | 0.63 | 0.23 |
| Hex | 55 | 15 | 5E | A | 4E | 0 | 3F | 125 | 3F | 17 |
| Octal | 125 | 25 | 136 | 12 | 116 | 0 | 77 | 445 | 77 | 27 |
| Binary | 1010101 | 10101 | 1011110 | 1010 | 1001110 | 0 | 111111 | 100100101 | 111111 | 10111 |
Color Harmonies of #55155E
Complementary color
Monochromatic Colors of #55155E
Black with #55155E
Text Example
Text Example
White with #55155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55155E; }
p { color: rgb(85,21,94); }
H1.HeaderClassName
{
color: #55155E;
}
.AnyTagClassName
{
color: #55155E;
}
</style>
background-color css
<style>
a { background-color: #55155E; }
a { background-color: rgb(85,21,94); }
div.DivClassName
{
background-color: #55155E;
}
.BgClassName
{
background-color: #55155E;
}
</style>
border-color css
<style>
span { border-color: #55155E; }
span { border-color: rgb(85,21,94); }
td.TdClassName
{
border-color: #55155E;
}
.TagClassName
{
border-color: #55155E;
}
</style>