Shades of Purple Heart #542BC4
Tints of Purple Heart #542BC4
RGB
CMYK
RGB Variations
Color information
#542BC4 (or 0x542BC4) is known color: Purple Heart. HEX triplet: 54, 2B and C4. RGB value is (84,43,196). Sum of RGB (Red+Green+Blue) = 84+43+196=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #542BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542BC4 is #ABD43B. Grayscale: #484848. Windows color (decimal): -11260988 or 12856148. OLE color: 12856148.
HSL color Cylindrical-coordinate representation of color #542BC4: hue angle of 256.08º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #542BC4 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 43 | 196 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.23 |
| HSL | 256.08º | 0.64% | 0.47% | - |
| HSV(B) | 256.08º | 0.78% | 0.77% | - |
| XYZ | 14.48 | 7.6 | 52.93 | - |
| YUV | 72.7 | 197.58 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 196 | 0.57 | 0.78 | 0 | 0.23 | 256.08 | 0.64 | 0.47 |
| Hex | 54 | 2B | C4 | 39 | 4E | 0 | 17 | 100 | 40 | 2F |
| Octal | 124 | 53 | 304 | 71 | 116 | 0 | 27 | 400 | 100 | 57 |
| Binary | 1010100 | 101011 | 11000100 | 111001 | 1001110 | 0 | 10111 | 100000000 | 1000000 | 101111 |
Color Harmonies of #542BC4
Complementary color
Monochromatic Colors of #542BC4
Black with #542BC4
Text Example
Text Example
White with #542BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542BC4; }
p { color: rgb(84,43,196); }
H1.HeaderClassName
{
color: #542BC4;
}
.AnyTagClassName
{
color: #542BC4;
}
</style>
background-color css
<style>
a { background-color: #542BC4; }
a { background-color: rgb(84,43,196); }
div.DivClassName
{
background-color: #542BC4;
}
.BgClassName
{
background-color: #542BC4;
}
</style>
border-color css
<style>
span { border-color: #542BC4; }
span { border-color: rgb(84,43,196); }
td.TdClassName
{
border-color: #542BC4;
}
.TagClassName
{
border-color: #542BC4;
}
</style>