Shades of Purple Heart #543CB2
Tints of Purple Heart #543CB2
RGB
CMYK
RGB Variations
Color information
#543CB2 (or 0x543CB2) is known color: Purple Heart. HEX triplet: 54, 3C and B2. RGB value is (84,60,178). Sum of RGB (Red+Green+Blue) = 84+60+178=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 178 (69.92% from 255 or 55.28% from 322); Max value from RGB is 178 - color contains mainly: blue. Hex color #543CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543CB2 is #ABC34D. Grayscale: #505050. Windows color (decimal): -11256654 or 11680852. OLE color: 11680852.
HSL color Cylindrical-coordinate representation of color #543CB2: hue angle of 252.2º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #543CB2 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 60 | 178 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.30 |
| HSL | 252.2º | 0.5% | 0.47% | - |
| HSV(B) | 252.2º | 0.66% | 0.7% | - |
| XYZ | 13.31 | 8.33 | 43.03 | - |
| YUV | 80.63 | 182.95 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 178 | 0.53 | 0.66 | 0 | 0.30 | 252.2 | 0.5 | 0.47 |
| Hex | 54 | 3C | B2 | 35 | 42 | 0 | 1E | FC | 32 | 2F |
| Octal | 124 | 74 | 262 | 65 | 102 | 0 | 36 | 374 | 62 | 57 |
| Binary | 1010100 | 111100 | 10110010 | 110101 | 1000010 | 0 | 11110 | 11111100 | 110010 | 101111 |
Color Harmonies of #543CB2
Complementary color
Monochromatic Colors of #543CB2
Black with #543CB2
Text Example
Text Example
White with #543CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543CB2; }
p { color: rgb(84,60,178); }
H1.HeaderClassName
{
color: #543CB2;
}
.AnyTagClassName
{
color: #543CB2;
}
</style>
background-color css
<style>
a { background-color: #543CB2; }
a { background-color: rgb(84,60,178); }
div.DivClassName
{
background-color: #543CB2;
}
.BgClassName
{
background-color: #543CB2;
}
</style>
border-color css
<style>
span { border-color: #543CB2; }
span { border-color: rgb(84,60,178); }
td.TdClassName
{
border-color: #543CB2;
}
.TagClassName
{
border-color: #543CB2;
}
</style>