Shades of Purple Heart #542FCC
Tints of Purple Heart #542FCC
RGB
CMYK
RGB Variations
Color information
#542FCC (or 0x542FCC) is known color: Purple Heart. HEX triplet: 54, 2F and CC. RGB value is (84,47,204). Sum of RGB (Red+Green+Blue) = 84+47+204=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #542FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542FCC is #ABD033. Grayscale: #4B4B4B. Windows color (decimal): -11259956 or 13381460. OLE color: 13381460.
HSL color Cylindrical-coordinate representation of color #542FCC: hue angle of 254.14º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #542FCC is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 47 | 204 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.2 |
| HSL | 254.14º | 0.63% | 0.49% | - |
| HSV(B) | 254.14º | 0.77% | 0.8% | - |
| XYZ | 15.57 | 8.28 | 57.9 | - |
| YUV | 75.96 | 200.26 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 204 | 0.59 | 0.77 | 0 | 0.2 | 254.14 | 0.63 | 0.49 |
| Hex | 54 | 2F | CC | 3B | 4D | 0 | 14 | FE | 3F | 31 |
| Octal | 124 | 57 | 314 | 73 | 115 | 0 | 24 | 376 | 77 | 61 |
| Binary | 1010100 | 101111 | 11001100 | 111011 | 1001101 | 0 | 10100 | 11111110 | 111111 | 110001 |
Color Harmonies of #542FCC
Complementary color
Monochromatic Colors of #542FCC
Black with #542FCC
Text Example
Text Example
White with #542FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542FCC; }
p { color: rgb(84,47,204); }
H1.HeaderClassName
{
color: #542FCC;
}
.AnyTagClassName
{
color: #542FCC;
}
</style>
background-color css
<style>
a { background-color: #542FCC; }
a { background-color: rgb(84,47,204); }
div.DivClassName
{
background-color: #542FCC;
}
.BgClassName
{
background-color: #542FCC;
}
</style>
border-color css
<style>
span { border-color: #542FCC; }
span { border-color: rgb(84,47,204); }
td.TdClassName
{
border-color: #542FCC;
}
.TagClassName
{
border-color: #542FCC;
}
</style>