Shades of Purple Heart #542DBF
Tints of Purple Heart #542DBF
RGB
CMYK
RGB Variations
Color information
#542DBF (or 0x542DBF) is known color: Purple Heart. HEX triplet: 54, 2D and BF. RGB value is (84,45,191). Sum of RGB (Red+Green+Blue) = 84+45+191=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #542DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542DBF is #ABD240. Grayscale: #484848. Windows color (decimal): -11260481 or 12528980. OLE color: 12528980.
HSL color Cylindrical-coordinate representation of color #542DBF: hue angle of 256.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #542DBF is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 45 | 191 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.25 |
| HSL | 256.03º | 0.62% | 0.46% | - |
| HSV(B) | 256.03º | 0.76% | 0.75% | - |
| XYZ | 14 | 7.52 | 50 | - |
| YUV | 73.31 | 194.42 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 191 | 0.56 | 0.76 | 0 | 0.25 | 256.03 | 0.62 | 0.46 |
| Hex | 54 | 2D | BF | 38 | 4C | 0 | 19 | 100 | 3E | 2E |
| Octal | 124 | 55 | 277 | 70 | 114 | 0 | 31 | 400 | 76 | 56 |
| Binary | 1010100 | 101101 | 10111111 | 111000 | 1001100 | 0 | 11001 | 100000000 | 111110 | 101110 |
Color Harmonies of #542DBF
Complementary color
Monochromatic Colors of #542DBF
Black with #542DBF
Text Example
Text Example
White with #542DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DBF; }
p { color: rgb(84,45,191); }
H1.HeaderClassName
{
color: #542DBF;
}
.AnyTagClassName
{
color: #542DBF;
}
</style>
background-color css
<style>
a { background-color: #542DBF; }
a { background-color: rgb(84,45,191); }
div.DivClassName
{
background-color: #542DBF;
}
.BgClassName
{
background-color: #542DBF;
}
</style>
border-color css
<style>
span { border-color: #542DBF; }
span { border-color: rgb(84,45,191); }
td.TdClassName
{
border-color: #542DBF;
}
.TagClassName
{
border-color: #542DBF;
}
</style>