Shades of Purple Heart #542BBD
Tints of Purple Heart #542BBD
RGB
CMYK
RGB Variations
Color information
#542BBD (or 0x542BBD) is known color: Purple Heart. HEX triplet: 54, 2B and BD. RGB value is (84,43,189). Sum of RGB (Red+Green+Blue) = 84+43+189=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #542BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542BBD is #ABD442. Grayscale: #474747. Windows color (decimal): -11260995 or 12397396. OLE color: 12397396.
HSL color Cylindrical-coordinate representation of color #542BBD: hue angle of 256.85º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #542BBD is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 43 | 189 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.26 |
| HSL | 256.85º | 0.63% | 0.45% | - |
| HSV(B) | 256.85º | 0.77% | 0.74% | - |
| XYZ | 13.71 | 7.29 | 48.83 | - |
| YUV | 71.9 | 194.08 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 189 | 0.56 | 0.77 | 0 | 0.26 | 256.85 | 0.63 | 0.45 |
| Hex | 54 | 2B | BD | 38 | 4D | 0 | 1A | 101 | 3F | 2D |
| Octal | 124 | 53 | 275 | 70 | 115 | 0 | 32 | 401 | 77 | 55 |
| Binary | 1010100 | 101011 | 10111101 | 111000 | 1001101 | 0 | 11010 | 100000001 | 111111 | 101101 |
Color Harmonies of #542BBD
Complementary color
Monochromatic Colors of #542BBD
Black with #542BBD
Text Example
Text Example
White with #542BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542BBD; }
p { color: rgb(84,43,189); }
H1.HeaderClassName
{
color: #542BBD;
}
.AnyTagClassName
{
color: #542BBD;
}
</style>
background-color css
<style>
a { background-color: #542BBD; }
a { background-color: rgb(84,43,189); }
div.DivClassName
{
background-color: #542BBD;
}
.BgClassName
{
background-color: #542BBD;
}
</style>
border-color css
<style>
span { border-color: #542BBD; }
span { border-color: rgb(84,43,189); }
td.TdClassName
{
border-color: #542BBD;
}
.TagClassName
{
border-color: #542BBD;
}
</style>