Shades of Purple Heart #542ABE
Tints of Purple Heart #542ABE
RGB
CMYK
RGB Variations
Color information
#542ABE (or 0x542ABE) is known color: Purple Heart. HEX triplet: 54, 2A and BE. RGB value is (84,42,190). Sum of RGB (Red+Green+Blue) = 84+42+190=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #542ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542ABE is #ABD541. Grayscale: #464646. Windows color (decimal): -11261250 or 12462676. OLE color: 12462676.
HSL color Cylindrical-coordinate representation of color #542ABE: hue angle of 257.03º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #542ABE is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 42 | 190 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.25 |
| HSL | 257.03º | 0.64% | 0.45% | - |
| HSV(B) | 257.03º | 0.78% | 0.75% | - |
| XYZ | 13.78 | 7.26 | 49.39 | - |
| YUV | 71.43 | 194.91 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 190 | 0.56 | 0.78 | 0 | 0.25 | 257.03 | 0.64 | 0.45 |
| Hex | 54 | 2A | BE | 38 | 4E | 0 | 19 | 101 | 40 | 2D |
| Octal | 124 | 52 | 276 | 70 | 116 | 0 | 31 | 401 | 100 | 55 |
| Binary | 1010100 | 101010 | 10111110 | 111000 | 1001110 | 0 | 11001 | 100000001 | 1000000 | 101101 |
Color Harmonies of #542ABE
Complementary color
Monochromatic Colors of #542ABE
Black with #542ABE
Text Example
Text Example
White with #542ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542ABE; }
p { color: rgb(84,42,190); }
H1.HeaderClassName
{
color: #542ABE;
}
.AnyTagClassName
{
color: #542ABE;
}
</style>
background-color css
<style>
a { background-color: #542ABE; }
a { background-color: rgb(84,42,190); }
div.DivClassName
{
background-color: #542ABE;
}
.BgClassName
{
background-color: #542ABE;
}
</style>
border-color css
<style>
span { border-color: #542ABE; }
span { border-color: rgb(84,42,190); }
td.TdClassName
{
border-color: #542ABE;
}
.TagClassName
{
border-color: #542ABE;
}
</style>