Shades of Hot Purple #54115F
Tints of Hot Purple #54115F
RGB
CMYK
RGB Variations
Color information
#54115F (or 0x54115F) is known color: Hot Purple. HEX triplet: 54, 11 and 5F. RGB value is (84,17,95). Sum of RGB (Red+Green+Blue) = 84+17+95=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #54115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54115F is #ABEEA0. Grayscale: #2D2D2D. Windows color (decimal): -11267745 or 6230356. OLE color: 6230356.
HSL color Cylindrical-coordinate representation of color #54115F: hue angle of 291.54º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54115F is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 17 | 95 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.63 |
| HSL | 291.54º | 0.7% | 0.22% | - |
| HSV(B) | 291.54º | 0.82% | 0.37% | - |
| XYZ | 5.92 | 3.11 | 11.12 | - |
| YUV | 45.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 95 | 0.12 | 0.82 | 0 | 0.63 | 291.54 | 0.7 | 0.22 |
| Hex | 54 | 11 | 5F | C | 52 | 0 | 3F | 124 | 46 | 16 |
| Octal | 124 | 21 | 137 | 14 | 122 | 0 | 77 | 444 | 106 | 26 |
| Binary | 1010100 | 10001 | 1011111 | 1100 | 1010010 | 0 | 111111 | 100100100 | 1000110 | 10110 |
Color Harmonies of #54115F
Complementary color
Monochromatic Colors of #54115F
Black with #54115F
Text Example
Text Example
White with #54115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54115F; }
p { color: rgb(84,17,95); }
H1.HeaderClassName
{
color: #54115F;
}
.AnyTagClassName
{
color: #54115F;
}
</style>
background-color css
<style>
a { background-color: #54115F; }
a { background-color: rgb(84,17,95); }
div.DivClassName
{
background-color: #54115F;
}
.BgClassName
{
background-color: #54115F;
}
</style>
border-color css
<style>
span { border-color: #54115F; }
span { border-color: rgb(84,17,95); }
td.TdClassName
{
border-color: #54115F;
}
.TagClassName
{
border-color: #54115F;
}
</style>