Shades of Purple Heart #542DAC
Tints of Purple Heart #542DAC
RGB
CMYK
RGB Variations
Color information
#542DAC (or 0x542DAC) is known color: Purple Heart. HEX triplet: 54, 2D and AC. RGB value is (84,45,172). Sum of RGB (Red+Green+Blue) = 84+45+172=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #542DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542DAC is #ABD253. Grayscale: #464646. Windows color (decimal): -11260500 or 11283796. OLE color: 11283796.
HSL color Cylindrical-coordinate representation of color #542DAC: hue angle of 258.43º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #542DAC is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 45 | 172 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.33 |
| HSL | 258.43º | 0.59% | 0.43% | - |
| HSV(B) | 258.43º | 0.74% | 0.67% | - |
| XYZ | 12.04 | 6.74 | 39.7 | - |
| YUV | 71.14 | 184.92 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 172 | 0.51 | 0.74 | 0 | 0.33 | 258.43 | 0.59 | 0.43 |
| Hex | 54 | 2D | AC | 33 | 4A | 0 | 21 | 102 | 3B | 2B |
| Octal | 124 | 55 | 254 | 63 | 112 | 0 | 41 | 402 | 73 | 53 |
| Binary | 1010100 | 101101 | 10101100 | 110011 | 1001010 | 0 | 100001 | 100000010 | 111011 | 101011 |
Color Harmonies of #542DAC
Complementary color
Monochromatic Colors of #542DAC
Black with #542DAC
Text Example
Text Example
White with #542DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DAC; }
p { color: rgb(84,45,172); }
H1.HeaderClassName
{
color: #542DAC;
}
.AnyTagClassName
{
color: #542DAC;
}
</style>
background-color css
<style>
a { background-color: #542DAC; }
a { background-color: rgb(84,45,172); }
div.DivClassName
{
background-color: #542DAC;
}
.BgClassName
{
background-color: #542DAC;
}
</style>
border-color css
<style>
span { border-color: #542DAC; }
span { border-color: rgb(84,45,172); }
td.TdClassName
{
border-color: #542DAC;
}
.TagClassName
{
border-color: #542DAC;
}
</style>