Shades of Hot Purple #54275A
Tints of Hot Purple #54275A
RGB
CMYK
RGB Variations
Color information
#54275A (or 0x54275A) is known color: Hot Purple. HEX triplet: 54, 27 and 5A. RGB value is (84,39,90). Sum of RGB (Red+Green+Blue) = 84+39+90=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #54275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54275A is #ABD8A5. Grayscale: #3A3A3A. Windows color (decimal): -11262118 or 5908308. OLE color: 5908308.
HSL color Cylindrical-coordinate representation of color #54275A: hue angle of 292.94º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54275A is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 39 | 90 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.65 |
| HSL | 292.94º | 0.4% | 0.25% | - |
| HSV(B) | 292.94º | 0.57% | 0.35% | - |
| XYZ | 6.23 | 4.07 | 10.13 | - |
| YUV | 58.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 39 | 90 | 0.07 | 0.57 | 0 | 0.65 | 292.94 | 0.4 | 0.25 |
| Hex | 54 | 27 | 5A | 7 | 39 | 0 | 41 | 125 | 28 | 19 |
| Octal | 124 | 47 | 132 | 7 | 71 | 0 | 101 | 445 | 50 | 31 |
| Binary | 1010100 | 100111 | 1011010 | 111 | 111001 | 0 | 1000001 | 100100101 | 101000 | 11001 |
Color Harmonies of #54275A
Complementary color
Monochromatic Colors of #54275A
Black with #54275A
Text Example
Text Example
White with #54275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54275A; }
p { color: rgb(84,39,90); }
H1.HeaderClassName
{
color: #54275A;
}
.AnyTagClassName
{
color: #54275A;
}
</style>
background-color css
<style>
a { background-color: #54275A; }
a { background-color: rgb(84,39,90); }
div.DivClassName
{
background-color: #54275A;
}
.BgClassName
{
background-color: #54275A;
}
</style>
border-color css
<style>
span { border-color: #54275A; }
span { border-color: rgb(84,39,90); }
td.TdClassName
{
border-color: #54275A;
}
.TagClassName
{
border-color: #54275A;
}
</style>