Shades of Purple Heart #543DC2
Tints of Purple Heart #543DC2
RGB
CMYK
RGB Variations
Color information
#543DC2 (or 0x543DC2) is known color: Purple Heart. HEX triplet: 54, 3D and C2. RGB value is (84,61,194). Sum of RGB (Red+Green+Blue) = 84+61+194=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 194 (76.17% from 255 or 57.23% from 339); Max value from RGB is 194 - color contains mainly: blue. Hex color #543DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543DC2 is #ABC23D. Grayscale: #525252. Windows color (decimal): -11256382 or 12729684. OLE color: 12729684.
HSL color Cylindrical-coordinate representation of color #543DC2: hue angle of 250.38º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #543DC2 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 61 | 194 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.24 |
| HSL | 250.38º | 0.52% | 0.5% | - |
| HSV(B) | 250.38º | 0.69% | 0.76% | - |
| XYZ | 15.06 | 9.12 | 52 | - |
| YUV | 83.04 | 190.62 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 194 | 0.57 | 0.69 | 0 | 0.24 | 250.38 | 0.52 | 0.5 |
| Hex | 54 | 3D | C2 | 39 | 45 | 0 | 18 | FA | 34 | 32 |
| Octal | 124 | 75 | 302 | 71 | 105 | 0 | 30 | 372 | 64 | 62 |
| Binary | 1010100 | 111101 | 11000010 | 111001 | 1000101 | 0 | 11000 | 11111010 | 110100 | 110010 |
Color Harmonies of #543DC2
Complementary color
Monochromatic Colors of #543DC2
Black with #543DC2
Text Example
Text Example
White with #543DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DC2; }
p { color: rgb(84,61,194); }
H1.HeaderClassName
{
color: #543DC2;
}
.AnyTagClassName
{
color: #543DC2;
}
</style>
background-color css
<style>
a { background-color: #543DC2; }
a { background-color: rgb(84,61,194); }
div.DivClassName
{
background-color: #543DC2;
}
.BgClassName
{
background-color: #543DC2;
}
</style>
border-color css
<style>
span { border-color: #543DC2; }
span { border-color: rgb(84,61,194); }
td.TdClassName
{
border-color: #543DC2;
}
.TagClassName
{
border-color: #543DC2;
}
</style>