Shades of Purple Heart #542BC9
Tints of Purple Heart #542BC9
RGB
CMYK
RGB Variations
Color information
#542BC9 (or 0x542BC9) is known color: Purple Heart. HEX triplet: 54, 2B and C9. RGB value is (84,43,201). Sum of RGB (Red+Green+Blue) = 84+43+201=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 201 (78.91% from 255 or 61.28% from 328); Max value from RGB is 201 - color contains mainly: blue. Hex color #542BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542BC9 is #ABD436. Grayscale: #484848. Windows color (decimal): -11260983 or 13183828. OLE color: 13183828.
HSL color Cylindrical-coordinate representation of color #542BC9: hue angle of 255.57º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #542BC9 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 43 | 201 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.21 |
| HSL | 255.57º | 0.65% | 0.48% | - |
| HSV(B) | 255.57º | 0.79% | 0.79% | - |
| XYZ | 15.06 | 7.83 | 55.98 | - |
| YUV | 73.27 | 200.08 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 201 | 0.58 | 0.79 | 0 | 0.21 | 255.57 | 0.65 | 0.48 |
| Hex | 54 | 2B | C9 | 3A | 4F | 0 | 15 | 100 | 41 | 30 |
| Octal | 124 | 53 | 311 | 72 | 117 | 0 | 25 | 400 | 101 | 60 |
| Binary | 1010100 | 101011 | 11001001 | 111010 | 1001111 | 0 | 10101 | 100000000 | 1000001 | 110000 |
Color Harmonies of #542BC9
Complementary color
Monochromatic Colors of #542BC9
Black with #542BC9
Text Example
Text Example
White with #542BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542BC9; }
p { color: rgb(84,43,201); }
H1.HeaderClassName
{
color: #542BC9;
}
.AnyTagClassName
{
color: #542BC9;
}
</style>
background-color css
<style>
a { background-color: #542BC9; }
a { background-color: rgb(84,43,201); }
div.DivClassName
{
background-color: #542BC9;
}
.BgClassName
{
background-color: #542BC9;
}
</style>
border-color css
<style>
span { border-color: #542BC9; }
span { border-color: rgb(84,43,201); }
td.TdClassName
{
border-color: #542BC9;
}
.TagClassName
{
border-color: #542BC9;
}
</style>