Shades of Hot Purple #54195C
Tints of Hot Purple #54195C
RGB
CMYK
RGB Variations
Color information
#54195C (or 0x54195C) is known color: Hot Purple. HEX triplet: 54, 19 and 5C. RGB value is (84,25,92). Sum of RGB (Red+Green+Blue) = 84+25+92=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #54195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54195C is #ABE6A3. Grayscale: #323232. Windows color (decimal): -11265700 or 6035796. OLE color: 6035796.
HSL color Cylindrical-coordinate representation of color #54195C: hue angle of 292.84º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54195C is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 25 | 92 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.64 |
| HSL | 292.84º | 0.57% | 0.23% | - |
| HSV(B) | 292.84º | 0.73% | 0.36% | - |
| XYZ | 5.94 | 3.35 | 10.46 | - |
| YUV | 50.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 92 | 0.09 | 0.73 | 0 | 0.64 | 292.84 | 0.57 | 0.23 |
| Hex | 54 | 19 | 5C | 9 | 49 | 0 | 40 | 125 | 39 | 17 |
| Octal | 124 | 31 | 134 | 11 | 111 | 0 | 100 | 445 | 71 | 27 |
| Binary | 1010100 | 11001 | 1011100 | 1001 | 1001001 | 0 | 1000000 | 100100101 | 111001 | 10111 |
Color Harmonies of #54195C
Complementary color
Monochromatic Colors of #54195C
Black with #54195C
Text Example
Text Example
White with #54195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54195C; }
p { color: rgb(84,25,92); }
H1.HeaderClassName
{
color: #54195C;
}
.AnyTagClassName
{
color: #54195C;
}
</style>
background-color css
<style>
a { background-color: #54195C; }
a { background-color: rgb(84,25,92); }
div.DivClassName
{
background-color: #54195C;
}
.BgClassName
{
background-color: #54195C;
}
</style>
border-color css
<style>
span { border-color: #54195C; }
span { border-color: rgb(84,25,92); }
td.TdClassName
{
border-color: #54195C;
}
.TagClassName
{
border-color: #54195C;
}
</style>