Shades of Hot Purple #54225A
Tints of Hot Purple #54225A
RGB
CMYK
RGB Variations
Color information
#54225A (or 0x54225A) is known color: Hot Purple. HEX triplet: 54, 22 and 5A. RGB value is (84,34,90). Sum of RGB (Red+Green+Blue) = 84+34+90=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #54225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54225A is #ABDDA5. Grayscale: #373737. Windows color (decimal): -11263398 or 5907028. OLE color: 5907028.
HSL color Cylindrical-coordinate representation of color #54225A: hue angle of 293.57º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54225A is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 34 | 90 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.65 |
| HSL | 293.57º | 0.45% | 0.24% | - |
| HSV(B) | 293.57º | 0.62% | 0.35% | - |
| XYZ | 6.07 | 3.77 | 10.08 | - |
| YUV | 55.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 90 | 0.07 | 0.62 | 0 | 0.65 | 293.57 | 0.45 | 0.24 |
| Hex | 54 | 22 | 5A | 7 | 3E | 0 | 41 | 126 | 2D | 18 |
| Octal | 124 | 42 | 132 | 7 | 76 | 0 | 101 | 446 | 55 | 30 |
| Binary | 1010100 | 100010 | 1011010 | 111 | 111110 | 0 | 1000001 | 100100110 | 101101 | 11000 |
Color Harmonies of #54225A
Complementary color
Monochromatic Colors of #54225A
Black with #54225A
Text Example
Text Example
White with #54225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54225A; }
p { color: rgb(84,34,90); }
H1.HeaderClassName
{
color: #54225A;
}
.AnyTagClassName
{
color: #54225A;
}
</style>
background-color css
<style>
a { background-color: #54225A; }
a { background-color: rgb(84,34,90); }
div.DivClassName
{
background-color: #54225A;
}
.BgClassName
{
background-color: #54225A;
}
</style>
border-color css
<style>
span { border-color: #54225A; }
span { border-color: rgb(84,34,90); }
td.TdClassName
{
border-color: #54225A;
}
.TagClassName
{
border-color: #54225A;
}
</style>