Shades of Hot Purple #54255A
Tints of Hot Purple #54255A
RGB
CMYK
RGB Variations
Color information
#54255A (or 0x54255A) is known color: Hot Purple. HEX triplet: 54, 25 and 5A. RGB value is (84,37,90). Sum of RGB (Red+Green+Blue) = 84+37+90=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #54255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54255A is #ABDAA5. Grayscale: #383838. Windows color (decimal): -11262630 or 5907796. OLE color: 5907796.
HSL color Cylindrical-coordinate representation of color #54255A: hue angle of 293.21º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54255A is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 37 | 90 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.65 |
| HSL | 293.21º | 0.42% | 0.25% | - |
| HSV(B) | 293.21º | 0.59% | 0.35% | - |
| XYZ | 6.16 | 3.95 | 10.11 | - |
| YUV | 57.1 | 146.57 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 90 | 0.07 | 0.59 | 0 | 0.65 | 293.21 | 0.42 | 0.25 |
| Hex | 54 | 25 | 5A | 7 | 3B | 0 | 41 | 125 | 2A | 19 |
| Octal | 124 | 45 | 132 | 7 | 73 | 0 | 101 | 445 | 52 | 31 |
| Binary | 1010100 | 100101 | 1011010 | 111 | 111011 | 0 | 1000001 | 100100101 | 101010 | 11001 |
Color Harmonies of #54255A
Complementary color
Monochromatic Colors of #54255A
Black with #54255A
Text Example
Text Example
White with #54255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54255A; }
p { color: rgb(84,37,90); }
H1.HeaderClassName
{
color: #54255A;
}
.AnyTagClassName
{
color: #54255A;
}
</style>
background-color css
<style>
a { background-color: #54255A; }
a { background-color: rgb(84,37,90); }
div.DivClassName
{
background-color: #54255A;
}
.BgClassName
{
background-color: #54255A;
}
</style>
border-color css
<style>
span { border-color: #54255A; }
span { border-color: rgb(84,37,90); }
td.TdClassName
{
border-color: #54255A;
}
.TagClassName
{
border-color: #54255A;
}
</style>