Shades of Purple Heart #542EC7
Tints of Purple Heart #542EC7
RGB
CMYK
RGB Variations
Color information
#542EC7 (or 0x542EC7) is known color: Purple Heart. HEX triplet: 54, 2E and C7. RGB value is (84,46,199). Sum of RGB (Red+Green+Blue) = 84+46+199=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 199 (78.12% from 255 or 60.49% from 329); Max value from RGB is 199 - color contains mainly: blue. Hex color #542EC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542EC7 is #ABD138. Grayscale: #4A4A4A. Windows color (decimal): -11260217 or 13053524. OLE color: 13053524.
HSL color Cylindrical-coordinate representation of color #542EC7: hue angle of 254.9º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #542EC7 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 46 | 199 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.22 |
| HSL | 254.9º | 0.62% | 0.48% | - |
| HSV(B) | 254.9º | 0.77% | 0.78% | - |
| XYZ | 14.94 | 7.96 | 54.78 | - |
| YUV | 74.8 | 198.09 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 199 | 0.58 | 0.77 | 0 | 0.22 | 254.9 | 0.62 | 0.48 |
| Hex | 54 | 2E | C7 | 3A | 4D | 0 | 16 | FF | 3E | 30 |
| Octal | 124 | 56 | 307 | 72 | 115 | 0 | 26 | 377 | 76 | 60 |
| Binary | 1010100 | 101110 | 11000111 | 111010 | 1001101 | 0 | 10110 | 11111111 | 111110 | 110000 |
Color Harmonies of #542EC7
Complementary color
Monochromatic Colors of #542EC7
Black with #542EC7
Text Example
Text Example
White with #542EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542EC7; }
p { color: rgb(84,46,199); }
H1.HeaderClassName
{
color: #542EC7;
}
.AnyTagClassName
{
color: #542EC7;
}
</style>
background-color css
<style>
a { background-color: #542EC7; }
a { background-color: rgb(84,46,199); }
div.DivClassName
{
background-color: #542EC7;
}
.BgClassName
{
background-color: #542EC7;
}
</style>
border-color css
<style>
span { border-color: #542EC7; }
span { border-color: rgb(84,46,199); }
td.TdClassName
{
border-color: #542EC7;
}
.TagClassName
{
border-color: #542EC7;
}
</style>