Shades of Hot Purple #54065A
Tints of Hot Purple #54065A
RGB
CMYK
RGB Variations
Color information
#54065A (or 0x54065A) is known color: Hot Purple. HEX triplet: 54, 06 and 5A. RGB value is (84,6,90). Sum of RGB (Red+Green+Blue) = 84+6+90=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #54065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54065A is #ABF9A5. Grayscale: #262626. Windows color (decimal): -11270566 or 5899860. OLE color: 5899860.
HSL color Cylindrical-coordinate representation of color #54065A: hue angle of 295.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54065A is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 6 | 90 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.65 |
| HSL | 295.71º | 0.88% | 0.19% | - |
| HSV(B) | 295.71º | 0.93% | 0.35% | - |
| XYZ | 5.57 | 2.75 | 9.91 | - |
| YUV | 38.9 | 156.84 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 6 | 90 | 0.07 | 0.93 | 0 | 0.65 | 295.71 | 0.88 | 0.19 |
| Hex | 54 | 6 | 5A | 7 | 5D | 0 | 41 | 128 | 58 | 13 |
| Octal | 124 | 6 | 132 | 7 | 135 | 0 | 101 | 450 | 130 | 23 |
| Binary | 1010100 | 110 | 1011010 | 111 | 1011101 | 0 | 1000001 | 100101000 | 1011000 | 10011 |
Color Harmonies of #54065A
Complementary color
Monochromatic Colors of #54065A
Black with #54065A
Text Example
Text Example
White with #54065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54065A; }
p { color: rgb(84,6,90); }
H1.HeaderClassName
{
color: #54065A;
}
.AnyTagClassName
{
color: #54065A;
}
</style>
background-color css
<style>
a { background-color: #54065A; }
a { background-color: rgb(84,6,90); }
div.DivClassName
{
background-color: #54065A;
}
.BgClassName
{
background-color: #54065A;
}
</style>
border-color css
<style>
span { border-color: #54065A; }
span { border-color: rgb(84,6,90); }
td.TdClassName
{
border-color: #54065A;
}
.TagClassName
{
border-color: #54065A;
}
</style>