Shades of Hot Purple #55315E
Tints of Hot Purple #55315E
RGB
CMYK
RGB Variations
Color information
#55315E (or 0x55315E) is known color: Hot Purple. HEX triplet: 55, 31 and 5E. RGB value is (85,49,94). Sum of RGB (Red+Green+Blue) = 85+49+94=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 94 - color contains mainly: blue. Hex color #55315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55315E is #AACEA1. Grayscale: #404040. Windows color (decimal): -11194018 or 6173013. OLE color: 6173013.
HSL color Cylindrical-coordinate representation of color #55315E: hue angle of 288º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55315E is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 49 | 94 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.63 |
| HSL | 288º | 0.31% | 0.28% | - |
| HSV(B) | 288º | 0.48% | 0.37% | - |
| XYZ | 6.87 | 4.94 | 11.18 | - |
| YUV | 64.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 49 | 94 | 0.10 | 0.48 | 0 | 0.63 | 288 | 0.31 | 0.28 |
| Hex | 55 | 31 | 5E | A | 30 | 0 | 3F | 120 | 1F | 1C |
| Octal | 125 | 61 | 136 | 12 | 60 | 0 | 77 | 440 | 37 | 34 |
| Binary | 1010101 | 110001 | 1011110 | 1010 | 110000 | 0 | 111111 | 100100000 | 11111 | 11100 |
Color Harmonies of #55315E
Complementary color
Monochromatic Colors of #55315E
Black with #55315E
Text Example
Text Example
White with #55315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55315E; }
p { color: rgb(85,49,94); }
H1.HeaderClassName
{
color: #55315E;
}
.AnyTagClassName
{
color: #55315E;
}
</style>
background-color css
<style>
a { background-color: #55315E; }
a { background-color: rgb(85,49,94); }
div.DivClassName
{
background-color: #55315E;
}
.BgClassName
{
background-color: #55315E;
}
</style>
border-color css
<style>
span { border-color: #55315E; }
span { border-color: rgb(85,49,94); }
td.TdClassName
{
border-color: #55315E;
}
.TagClassName
{
border-color: #55315E;
}
</style>