Shades of Purple Heart #542ABF
Tints of Purple Heart #542ABF
RGB
CMYK
RGB Variations
Color information
#542ABF (or 0x542ABF) is known color: Purple Heart. HEX triplet: 54, 2A and BF. RGB value is (84,42,191). Sum of RGB (Red+Green+Blue) = 84+42+191=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #542ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542ABF is #ABD540. Grayscale: #464646. Windows color (decimal): -11261249 or 12528212. OLE color: 12528212.
HSL color Cylindrical-coordinate representation of color #542ABF: hue angle of 256.91º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #542ABF is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 42 | 191 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.25 |
| HSL | 256.91º | 0.64% | 0.46% | - |
| HSV(B) | 256.91º | 0.78% | 0.75% | - |
| XYZ | 13.89 | 7.3 | 49.97 | - |
| YUV | 71.54 | 195.41 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 191 | 0.56 | 0.78 | 0 | 0.25 | 256.91 | 0.64 | 0.46 |
| Hex | 54 | 2A | BF | 38 | 4E | 0 | 19 | 101 | 40 | 2E |
| Octal | 124 | 52 | 277 | 70 | 116 | 0 | 31 | 401 | 100 | 56 |
| Binary | 1010100 | 101010 | 10111111 | 111000 | 1001110 | 0 | 11001 | 100000001 | 1000000 | 101110 |
Color Harmonies of #542ABF
Complementary color
Monochromatic Colors of #542ABF
Black with #542ABF
Text Example
Text Example
White with #542ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542ABF; }
p { color: rgb(84,42,191); }
H1.HeaderClassName
{
color: #542ABF;
}
.AnyTagClassName
{
color: #542ABF;
}
</style>
background-color css
<style>
a { background-color: #542ABF; }
a { background-color: rgb(84,42,191); }
div.DivClassName
{
background-color: #542ABF;
}
.BgClassName
{
background-color: #542ABF;
}
</style>
border-color css
<style>
span { border-color: #542ABF; }
span { border-color: rgb(84,42,191); }
td.TdClassName
{
border-color: #542ABF;
}
.TagClassName
{
border-color: #542ABF;
}
</style>