Shades of Purple Heart #542DCE
Tints of Purple Heart #542DCE
RGB
CMYK
RGB Variations
Color information
#542DCE (or 0x542DCE) is known color: Purple Heart. HEX triplet: 54, 2D and CE. RGB value is (84,45,206). Sum of RGB (Red+Green+Blue) = 84+45+206=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #542DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542DCE is #ABD231. Grayscale: #4A4A4A. Windows color (decimal): -11260466 or 13512020. OLE color: 13512020.
HSL color Cylindrical-coordinate representation of color #542DCE: hue angle of 254.53º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #542DCE is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 45 | 206 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.19 |
| HSL | 254.53º | 0.64% | 0.49% | - |
| HSV(B) | 254.53º | 0.78% | 0.81% | - |
| XYZ | 15.74 | 8.22 | 59.15 | - |
| YUV | 75.02 | 201.92 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 206 | 0.59 | 0.78 | 0 | 0.19 | 254.53 | 0.64 | 0.49 |
| Hex | 54 | 2D | CE | 3B | 4E | 0 | 13 | FF | 40 | 31 |
| Octal | 124 | 55 | 316 | 73 | 116 | 0 | 23 | 377 | 100 | 61 |
| Binary | 1010100 | 101101 | 11001110 | 111011 | 1001110 | 0 | 10011 | 11111111 | 1000000 | 110001 |
Color Harmonies of #542DCE
Complementary color
Monochromatic Colors of #542DCE
Black with #542DCE
Text Example
Text Example
White with #542DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DCE; }
p { color: rgb(84,45,206); }
H1.HeaderClassName
{
color: #542DCE;
}
.AnyTagClassName
{
color: #542DCE;
}
</style>
background-color css
<style>
a { background-color: #542DCE; }
a { background-color: rgb(84,45,206); }
div.DivClassName
{
background-color: #542DCE;
}
.BgClassName
{
background-color: #542DCE;
}
</style>
border-color css
<style>
span { border-color: #542DCE; }
span { border-color: rgb(84,45,206); }
td.TdClassName
{
border-color: #542DCE;
}
.TagClassName
{
border-color: #542DCE;
}
</style>