Shades of Hot Purple #54315A
Tints of Hot Purple #54315A
RGB
CMYK
RGB Variations
Color information
#54315A (or 0x54315A) is known color: Hot Purple. HEX triplet: 54, 31 and 5A. RGB value is (84,49,90). Sum of RGB (Red+Green+Blue) = 84+49+90=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #54315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54315A is #ABCEA5. Grayscale: #404040. Windows color (decimal): -11259558 or 5910868. OLE color: 5910868.
HSL color Cylindrical-coordinate representation of color #54315A: hue angle of 291.22º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54315A is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 49 | 90 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.65 |
| HSL | 291.22º | 0.29% | 0.27% | - |
| HSV(B) | 291.22º | 0.46% | 0.35% | - |
| XYZ | 6.6 | 4.82 | 10.26 | - |
| YUV | 64.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 49 | 90 | 0.07 | 0.46 | 0 | 0.65 | 291.22 | 0.29 | 0.27 |
| Hex | 54 | 31 | 5A | 7 | 2E | 0 | 41 | 123 | 1D | 1B |
| Octal | 124 | 61 | 132 | 7 | 56 | 0 | 101 | 443 | 35 | 33 |
| Binary | 1010100 | 110001 | 1011010 | 111 | 101110 | 0 | 1000001 | 100100011 | 11101 | 11011 |
Color Harmonies of #54315A
Complementary color
Monochromatic Colors of #54315A
Black with #54315A
Text Example
Text Example
White with #54315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54315A; }
p { color: rgb(84,49,90); }
H1.HeaderClassName
{
color: #54315A;
}
.AnyTagClassName
{
color: #54315A;
}
</style>
background-color css
<style>
a { background-color: #54315A; }
a { background-color: rgb(84,49,90); }
div.DivClassName
{
background-color: #54315A;
}
.BgClassName
{
background-color: #54315A;
}
</style>
border-color css
<style>
span { border-color: #54315A; }
span { border-color: rgb(84,49,90); }
td.TdClassName
{
border-color: #54315A;
}
.TagClassName
{
border-color: #54315A;
}
</style>