Shades of Purple Heart #542DAF
Tints of Purple Heart #542DAF
RGB
CMYK
RGB Variations
Color information
#542DAF (or 0x542DAF) is known color: Purple Heart. HEX triplet: 54, 2D and AF. RGB value is (84,45,175). Sum of RGB (Red+Green+Blue) = 84+45+175=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #542DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542DAF is #ABD250. Grayscale: #474747. Windows color (decimal): -11260497 or 11480404. OLE color: 11480404.
HSL color Cylindrical-coordinate representation of color #542DAF: hue angle of 258º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #542DAF is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 45 | 175 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.31 |
| HSL | 258º | 0.59% | 0.43% | - |
| HSV(B) | 258º | 0.74% | 0.69% | - |
| XYZ | 12.33 | 6.86 | 41.23 | - |
| YUV | 71.48 | 186.42 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 175 | 0.52 | 0.74 | 0 | 0.31 | 258 | 0.59 | 0.43 |
| Hex | 54 | 2D | AF | 34 | 4A | 0 | 1F | 102 | 3B | 2B |
| Octal | 124 | 55 | 257 | 64 | 112 | 0 | 37 | 402 | 73 | 53 |
| Binary | 1010100 | 101101 | 10101111 | 110100 | 1001010 | 0 | 11111 | 100000010 | 111011 | 101011 |
Color Harmonies of #542DAF
Complementary color
Monochromatic Colors of #542DAF
Black with #542DAF
Text Example
Text Example
White with #542DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DAF; }
p { color: rgb(84,45,175); }
H1.HeaderClassName
{
color: #542DAF;
}
.AnyTagClassName
{
color: #542DAF;
}
</style>
background-color css
<style>
a { background-color: #542DAF; }
a { background-color: rgb(84,45,175); }
div.DivClassName
{
background-color: #542DAF;
}
.BgClassName
{
background-color: #542DAF;
}
</style>
border-color css
<style>
span { border-color: #542DAF; }
span { border-color: rgb(84,45,175); }
td.TdClassName
{
border-color: #542DAF;
}
.TagClassName
{
border-color: #542DAF;
}
</style>