Shades of Purple Heart #543CC0
Tints of Purple Heart #543CC0
RGB
CMYK
RGB Variations
Color information
#543CC0 (or 0x543CC0) is known color: Purple Heart. HEX triplet: 54, 3C and C0. RGB value is (84,60,192). Sum of RGB (Red+Green+Blue) = 84+60+192=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #543CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543CC0 is #ABC33F. Grayscale: #515151. Windows color (decimal): -11256640 or 12598356. OLE color: 12598356.
HSL color Cylindrical-coordinate representation of color #543CC0: hue angle of 250.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #543CC0 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 60 | 192 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.25 |
| HSL | 250.91º | 0.52% | 0.49% | - |
| HSV(B) | 250.91º | 0.69% | 0.75% | - |
| XYZ | 14.79 | 8.92 | 50.81 | - |
| YUV | 82.22 | 189.95 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 192 | 0.56 | 0.69 | 0 | 0.25 | 250.91 | 0.52 | 0.49 |
| Hex | 54 | 3C | C0 | 38 | 45 | 0 | 19 | FB | 34 | 31 |
| Octal | 124 | 74 | 300 | 70 | 105 | 0 | 31 | 373 | 64 | 61 |
| Binary | 1010100 | 111100 | 11000000 | 111000 | 1000101 | 0 | 11001 | 11111011 | 110100 | 110001 |
Color Harmonies of #543CC0
Complementary color
Monochromatic Colors of #543CC0
Black with #543CC0
Text Example
Text Example
White with #543CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543CC0; }
p { color: rgb(84,60,192); }
H1.HeaderClassName
{
color: #543CC0;
}
.AnyTagClassName
{
color: #543CC0;
}
</style>
background-color css
<style>
a { background-color: #543CC0; }
a { background-color: rgb(84,60,192); }
div.DivClassName
{
background-color: #543CC0;
}
.BgClassName
{
background-color: #543CC0;
}
</style>
border-color css
<style>
span { border-color: #543CC0; }
span { border-color: rgb(84,60,192); }
td.TdClassName
{
border-color: #543CC0;
}
.TagClassName
{
border-color: #543CC0;
}
</style>