Shades of Hot Purple #54285A
Tints of Hot Purple #54285A
RGB
CMYK
RGB Variations
Color information
#54285A (or 0x54285A) is known color: Hot Purple. HEX triplet: 54, 28 and 5A. RGB value is (84,40,90). Sum of RGB (Red+Green+Blue) = 84+40+90=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #54285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54285A is #ABD7A5. Grayscale: #3A3A3A. Windows color (decimal): -11261862 or 5908564. OLE color: 5908564.
HSL color Cylindrical-coordinate representation of color #54285A: hue angle of 292.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54285A is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 40 | 90 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.65 |
| HSL | 292.8º | 0.38% | 0.25% | - |
| HSV(B) | 292.8º | 0.56% | 0.35% | - |
| XYZ | 6.26 | 4.14 | 10.14 | - |
| YUV | 58.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 90 | 0.07 | 0.56 | 0 | 0.65 | 292.8 | 0.38 | 0.25 |
| Hex | 54 | 28 | 5A | 7 | 38 | 0 | 41 | 125 | 26 | 19 |
| Octal | 124 | 50 | 132 | 7 | 70 | 0 | 101 | 445 | 46 | 31 |
| Binary | 1010100 | 101000 | 1011010 | 111 | 111000 | 0 | 1000001 | 100100101 | 100110 | 11001 |
Color Harmonies of #54285A
Complementary color
Monochromatic Colors of #54285A
Black with #54285A
Text Example
Text Example
White with #54285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54285A; }
p { color: rgb(84,40,90); }
H1.HeaderClassName
{
color: #54285A;
}
.AnyTagClassName
{
color: #54285A;
}
</style>
background-color css
<style>
a { background-color: #54285A; }
a { background-color: rgb(84,40,90); }
div.DivClassName
{
background-color: #54285A;
}
.BgClassName
{
background-color: #54285A;
}
</style>
border-color css
<style>
span { border-color: #54285A; }
span { border-color: rgb(84,40,90); }
td.TdClassName
{
border-color: #54285A;
}
.TagClassName
{
border-color: #54285A;
}
</style>