Shades of Hot Purple #55145F
Tints of Hot Purple #55145F
RGB
CMYK
RGB Variations
Color information
#55145F (or 0x55145F) is known color: Hot Purple. HEX triplet: 55, 14 and 5F. RGB value is (85,20,95). Sum of RGB (Red+Green+Blue) = 85+20+95=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #55145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55145F is #AAEBA0. Grayscale: #2F2F2F. Windows color (decimal): -11201441 or 6231125. OLE color: 6231125.
HSL color Cylindrical-coordinate representation of color #55145F: hue angle of 292º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55145F is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 20 | 95 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.63 |
| HSL | 292º | 0.65% | 0.23% | - |
| HSV(B) | 292º | 0.79% | 0.37% | - |
| XYZ | 6.06 | 3.26 | 11.14 | - |
| YUV | 47.99 | 154.53 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 95 | 0.11 | 0.79 | 0 | 0.63 | 292 | 0.65 | 0.23 |
| Hex | 55 | 14 | 5F | B | 4F | 0 | 3F | 124 | 41 | 17 |
| Octal | 125 | 24 | 137 | 13 | 117 | 0 | 77 | 444 | 101 | 27 |
| Binary | 1010101 | 10100 | 1011111 | 1011 | 1001111 | 0 | 111111 | 100100100 | 1000001 | 10111 |
Color Harmonies of #55145F
Complementary color
Monochromatic Colors of #55145F
Black with #55145F
Text Example
Text Example
White with #55145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55145F; }
p { color: rgb(85,20,95); }
H1.HeaderClassName
{
color: #55145F;
}
.AnyTagClassName
{
color: #55145F;
}
</style>
background-color css
<style>
a { background-color: #55145F; }
a { background-color: rgb(85,20,95); }
div.DivClassName
{
background-color: #55145F;
}
.BgClassName
{
background-color: #55145F;
}
</style>
border-color css
<style>
span { border-color: #55145F; }
span { border-color: rgb(85,20,95); }
td.TdClassName
{
border-color: #55145F;
}
.TagClassName
{
border-color: #55145F;
}
</style>