Shades of Purple Heart #543AC2
Tints of Purple Heart #543AC2
RGB
CMYK
RGB Variations
Color information
#543AC2 (or 0x543AC2) is known color: Purple Heart. HEX triplet: 54, 3A and C2. RGB value is (84,58,194). Sum of RGB (Red+Green+Blue) = 84+58+194=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 194 (76.17% from 255 or 57.74% from 336); Max value from RGB is 194 - color contains mainly: blue. Hex color #543AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543AC2 is #ABC53D. Grayscale: #505050. Windows color (decimal): -11257150 or 12728916. OLE color: 12728916.
HSL color Cylindrical-coordinate representation of color #543AC2: hue angle of 251.47º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #543AC2 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 58 | 194 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.24 |
| HSL | 251.47º | 0.54% | 0.49% | - |
| HSV(B) | 251.47º | 0.7% | 0.76% | - |
| XYZ | 14.91 | 8.81 | 51.95 | - |
| YUV | 81.28 | 191.61 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 194 | 0.57 | 0.70 | 0 | 0.24 | 251.47 | 0.54 | 0.49 |
| Hex | 54 | 3A | C2 | 39 | 46 | 0 | 18 | FB | 36 | 31 |
| Octal | 124 | 72 | 302 | 71 | 106 | 0 | 30 | 373 | 66 | 61 |
| Binary | 1010100 | 111010 | 11000010 | 111001 | 1000110 | 0 | 11000 | 11111011 | 110110 | 110001 |
Color Harmonies of #543AC2
Complementary color
Monochromatic Colors of #543AC2
Black with #543AC2
Text Example
Text Example
White with #543AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543AC2; }
p { color: rgb(84,58,194); }
H1.HeaderClassName
{
color: #543AC2;
}
.AnyTagClassName
{
color: #543AC2;
}
</style>
background-color css
<style>
a { background-color: #543AC2; }
a { background-color: rgb(84,58,194); }
div.DivClassName
{
background-color: #543AC2;
}
.BgClassName
{
background-color: #543AC2;
}
</style>
border-color css
<style>
span { border-color: #543AC2; }
span { border-color: rgb(84,58,194); }
td.TdClassName
{
border-color: #543AC2;
}
.TagClassName
{
border-color: #543AC2;
}
</style>