Shades of Purple Heart #542ACE
Tints of Purple Heart #542ACE
RGB
CMYK
RGB Variations
Color information
#542ACE (or 0x542ACE) is known color: Purple Heart. HEX triplet: 54, 2A and CE. RGB value is (84,42,206). Sum of RGB (Red+Green+Blue) = 84+42+206=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #542ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542ACE is #ABD531. Grayscale: #484848. Windows color (decimal): -11261234 or 13511252. OLE color: 13511252.
HSL color Cylindrical-coordinate representation of color #542ACE: hue angle of 255.37º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #542ACE is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 42 | 206 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.19 |
| HSL | 255.37º | 0.66% | 0.49% | - |
| HSV(B) | 255.37º | 0.8% | 0.81% | - |
| XYZ | 15.62 | 8 | 59.11 | - |
| YUV | 73.25 | 202.91 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 206 | 0.59 | 0.80 | 0 | 0.19 | 255.37 | 0.66 | 0.49 |
| Hex | 54 | 2A | CE | 3B | 50 | 0 | 13 | FF | 42 | 31 |
| Octal | 124 | 52 | 316 | 73 | 120 | 0 | 23 | 377 | 102 | 61 |
| Binary | 1010100 | 101010 | 11001110 | 111011 | 1010000 | 0 | 10011 | 11111111 | 1000010 | 110001 |
Color Harmonies of #542ACE
Complementary color
Monochromatic Colors of #542ACE
Black with #542ACE
Text Example
Text Example
White with #542ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542ACE; }
p { color: rgb(84,42,206); }
H1.HeaderClassName
{
color: #542ACE;
}
.AnyTagClassName
{
color: #542ACE;
}
</style>
background-color css
<style>
a { background-color: #542ACE; }
a { background-color: rgb(84,42,206); }
div.DivClassName
{
background-color: #542ACE;
}
.BgClassName
{
background-color: #542ACE;
}
</style>
border-color css
<style>
span { border-color: #542ACE; }
span { border-color: rgb(84,42,206); }
td.TdClassName
{
border-color: #542ACE;
}
.TagClassName
{
border-color: #542ACE;
}
</style>