Shades of Hot Purple #54175C
Tints of Hot Purple #54175C
RGB
CMYK
RGB Variations
Color information
#54175C (or 0x54175C) is known color: Hot Purple. HEX triplet: 54, 17 and 5C. RGB value is (84,23,92). Sum of RGB (Red+Green+Blue) = 84+23+92=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #54175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54175C is #ABE8A3. Grayscale: #303030. Windows color (decimal): -11266212 or 6035284. OLE color: 6035284.
HSL color Cylindrical-coordinate representation of color #54175C: hue angle of 293.04º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54175C is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 23 | 92 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.64 |
| HSL | 293.04º | 0.6% | 0.23% | - |
| HSV(B) | 293.04º | 0.75% | 0.36% | - |
| XYZ | 5.89 | 3.27 | 10.45 | - |
| YUV | 49.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 92 | 0.09 | 0.75 | 0 | 0.64 | 293.04 | 0.6 | 0.23 |
| Hex | 54 | 17 | 5C | 9 | 4B | 0 | 40 | 125 | 3C | 17 |
| Octal | 124 | 27 | 134 | 11 | 113 | 0 | 100 | 445 | 74 | 27 |
| Binary | 1010100 | 10111 | 1011100 | 1001 | 1001011 | 0 | 1000000 | 100100101 | 111100 | 10111 |
Color Harmonies of #54175C
Complementary color
Monochromatic Colors of #54175C
Black with #54175C
Text Example
Text Example
White with #54175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54175C; }
p { color: rgb(84,23,92); }
H1.HeaderClassName
{
color: #54175C;
}
.AnyTagClassName
{
color: #54175C;
}
</style>
background-color css
<style>
a { background-color: #54175C; }
a { background-color: rgb(84,23,92); }
div.DivClassName
{
background-color: #54175C;
}
.BgClassName
{
background-color: #54175C;
}
</style>
border-color css
<style>
span { border-color: #54175C; }
span { border-color: rgb(84,23,92); }
td.TdClassName
{
border-color: #54175C;
}
.TagClassName
{
border-color: #54175C;
}
</style>