Shades of Hot Purple #55135F
Tints of Hot Purple #55135F
RGB
CMYK
RGB Variations
Color information
#55135F (or 0x55135F) is known color: Hot Purple. HEX triplet: 55, 13 and 5F. RGB value is (85,19,95). Sum of RGB (Red+Green+Blue) = 85+19+95=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #55135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55135F is #AAECA0. Grayscale: #2F2F2F. Windows color (decimal): -11201697 or 6230869. OLE color: 6230869.
HSL color Cylindrical-coordinate representation of color #55135F: hue angle of 292.11º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55135F is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 19 | 95 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.63 |
| HSL | 292.11º | 0.67% | 0.22% | - |
| HSV(B) | 292.11º | 0.8% | 0.37% | - |
| XYZ | 6.04 | 3.22 | 11.13 | - |
| YUV | 47.4 | 154.87 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 95 | 0.11 | 0.80 | 0 | 0.63 | 292.11 | 0.67 | 0.22 |
| Hex | 55 | 13 | 5F | B | 50 | 0 | 3F | 124 | 43 | 16 |
| Octal | 125 | 23 | 137 | 13 | 120 | 0 | 77 | 444 | 103 | 26 |
| Binary | 1010101 | 10011 | 1011111 | 1011 | 1010000 | 0 | 111111 | 100100100 | 1000011 | 10110 |
Color Harmonies of #55135F
Complementary color
Monochromatic Colors of #55135F
Black with #55135F
Text Example
Text Example
White with #55135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55135F; }
p { color: rgb(85,19,95); }
H1.HeaderClassName
{
color: #55135F;
}
.AnyTagClassName
{
color: #55135F;
}
</style>
background-color css
<style>
a { background-color: #55135F; }
a { background-color: rgb(85,19,95); }
div.DivClassName
{
background-color: #55135F;
}
.BgClassName
{
background-color: #55135F;
}
</style>
border-color css
<style>
span { border-color: #55135F; }
span { border-color: rgb(85,19,95); }
td.TdClassName
{
border-color: #55135F;
}
.TagClassName
{
border-color: #55135F;
}
</style>