Shades of Hot Purple #54065C
Tints of Hot Purple #54065C
RGB
CMYK
RGB Variations
Color information
#54065C (or 0x54065C) is known color: Hot Purple. HEX triplet: 54, 06 and 5C. RGB value is (84,6,92). Sum of RGB (Red+Green+Blue) = 84+6+92=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #54065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54065C is #ABF9A3. Grayscale: #262626. Windows color (decimal): -11270564 or 6030932. OLE color: 6030932.
HSL color Cylindrical-coordinate representation of color #54065C: hue angle of 294.42º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54065C is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 6 | 92 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.64 |
| HSL | 294.42º | 0.88% | 0.19% | - |
| HSV(B) | 294.42º | 0.93% | 0.36% | - |
| XYZ | 5.65 | 2.79 | 10.37 | - |
| YUV | 39.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 6 | 92 | 0.09 | 0.93 | 0 | 0.64 | 294.42 | 0.88 | 0.19 |
| Hex | 54 | 6 | 5C | 9 | 5D | 0 | 40 | 126 | 58 | 13 |
| Octal | 124 | 6 | 134 | 11 | 135 | 0 | 100 | 446 | 130 | 23 |
| Binary | 1010100 | 110 | 1011100 | 1001 | 1011101 | 0 | 1000000 | 100100110 | 1011000 | 10011 |
Color Harmonies of #54065C
Complementary color
Monochromatic Colors of #54065C
Black with #54065C
Text Example
Text Example
White with #54065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54065C; }
p { color: rgb(84,6,92); }
H1.HeaderClassName
{
color: #54065C;
}
.AnyTagClassName
{
color: #54065C;
}
</style>
background-color css
<style>
a { background-color: #54065C; }
a { background-color: rgb(84,6,92); }
div.DivClassName
{
background-color: #54065C;
}
.BgClassName
{
background-color: #54065C;
}
</style>
border-color css
<style>
span { border-color: #54065C; }
span { border-color: rgb(84,6,92); }
td.TdClassName
{
border-color: #54065C;
}
.TagClassName
{
border-color: #54065C;
}
</style>