Shades of Hot Purple #54345A
Tints of Hot Purple #54345A
RGB
CMYK
RGB Variations
Color information
#54345A (or 0x54345A) is known color: Hot Purple. HEX triplet: 54, 34 and 5A. RGB value is (84,52,90). Sum of RGB (Red+Green+Blue) = 84+52+90=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #54345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54345A is #ABCBA5. Grayscale: #414141. Windows color (decimal): -11258790 or 5911636. OLE color: 5911636.
HSL color Cylindrical-coordinate representation of color #54345A: hue angle of 290.53º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54345A is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 52 | 90 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.65 |
| HSL | 290.53º | 0.27% | 0.28% | - |
| HSV(B) | 290.53º | 0.42% | 0.35% | - |
| XYZ | 6.73 | 5.08 | 10.3 | - |
| YUV | 65.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 52 | 90 | 0.07 | 0.42 | 0 | 0.65 | 290.53 | 0.27 | 0.28 |
| Hex | 54 | 34 | 5A | 7 | 2A | 0 | 41 | 123 | 1B | 1C |
| Octal | 124 | 64 | 132 | 7 | 52 | 0 | 101 | 443 | 33 | 34 |
| Binary | 1010100 | 110100 | 1011010 | 111 | 101010 | 0 | 1000001 | 100100011 | 11011 | 11100 |
Color Harmonies of #54345A
Complementary color
Monochromatic Colors of #54345A
Black with #54345A
Text Example
Text Example
White with #54345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54345A; }
p { color: rgb(84,52,90); }
H1.HeaderClassName
{
color: #54345A;
}
.AnyTagClassName
{
color: #54345A;
}
</style>
background-color css
<style>
a { background-color: #54345A; }
a { background-color: rgb(84,52,90); }
div.DivClassName
{
background-color: #54345A;
}
.BgClassName
{
background-color: #54345A;
}
</style>
border-color css
<style>
span { border-color: #54345A; }
span { border-color: rgb(84,52,90); }
td.TdClassName
{
border-color: #54345A;
}
.TagClassName
{
border-color: #54345A;
}
</style>