Shades of Purple Heart #542FBE
Tints of Purple Heart #542FBE
RGB
CMYK
RGB Variations
Color information
#542FBE (or 0x542FBE) is known color: Purple Heart. HEX triplet: 54, 2F and BE. RGB value is (84,47,190). Sum of RGB (Red+Green+Blue) = 84+47+190=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #542FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542FBE is #ABD041. Grayscale: #494949. Windows color (decimal): -11259970 or 12463956. OLE color: 12463956.
HSL color Cylindrical-coordinate representation of color #542FBE: hue angle of 255.52º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542FBE is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 47 | 190 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.25 |
| HSL | 255.52º | 0.6% | 0.46% | - |
| HSV(B) | 255.52º | 0.75% | 0.75% | - |
| XYZ | 13.97 | 7.64 | 49.45 | - |
| YUV | 74.37 | 193.26 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 190 | 0.56 | 0.75 | 0 | 0.25 | 255.52 | 0.6 | 0.46 |
| Hex | 54 | 2F | BE | 38 | 4B | 0 | 19 | 100 | 3C | 2E |
| Octal | 124 | 57 | 276 | 70 | 113 | 0 | 31 | 400 | 74 | 56 |
| Binary | 1010100 | 101111 | 10111110 | 111000 | 1001011 | 0 | 11001 | 100000000 | 111100 | 101110 |
Color Harmonies of #542FBE
Complementary color
Monochromatic Colors of #542FBE
Black with #542FBE
Text Example
Text Example
White with #542FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542FBE; }
p { color: rgb(84,47,190); }
H1.HeaderClassName
{
color: #542FBE;
}
.AnyTagClassName
{
color: #542FBE;
}
</style>
background-color css
<style>
a { background-color: #542FBE; }
a { background-color: rgb(84,47,190); }
div.DivClassName
{
background-color: #542FBE;
}
.BgClassName
{
background-color: #542FBE;
}
</style>
border-color css
<style>
span { border-color: #542FBE; }
span { border-color: rgb(84,47,190); }
td.TdClassName
{
border-color: #542FBE;
}
.TagClassName
{
border-color: #542FBE;
}
</style>