Shades of Purple Heart #543CBE
Tints of Purple Heart #543CBE
RGB
CMYK
RGB Variations
Color information
#543CBE (or 0x543CBE) is known color: Purple Heart. HEX triplet: 54, 3C and BE. RGB value is (84,60,190). Sum of RGB (Red+Green+Blue) = 84+60+190=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #543CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543CBE is #ABC341. Grayscale: #515151. Windows color (decimal): -11256642 or 12467284. OLE color: 12467284.
HSL color Cylindrical-coordinate representation of color #543CBE: hue angle of 251.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #543CBE is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 60 | 190 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.25 |
| HSL | 251.08º | 0.52% | 0.49% | - |
| HSV(B) | 251.08º | 0.68% | 0.75% | - |
| XYZ | 14.57 | 8.83 | 49.65 | - |
| YUV | 82 | 188.95 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 190 | 0.56 | 0.68 | 0 | 0.25 | 251.08 | 0.52 | 0.49 |
| Hex | 54 | 3C | BE | 38 | 44 | 0 | 19 | FB | 34 | 31 |
| Octal | 124 | 74 | 276 | 70 | 104 | 0 | 31 | 373 | 64 | 61 |
| Binary | 1010100 | 111100 | 10111110 | 111000 | 1000100 | 0 | 11001 | 11111011 | 110100 | 110001 |
Color Harmonies of #543CBE
Complementary color
Monochromatic Colors of #543CBE
Black with #543CBE
Text Example
Text Example
White with #543CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543CBE; }
p { color: rgb(84,60,190); }
H1.HeaderClassName
{
color: #543CBE;
}
.AnyTagClassName
{
color: #543CBE;
}
</style>
background-color css
<style>
a { background-color: #543CBE; }
a { background-color: rgb(84,60,190); }
div.DivClassName
{
background-color: #543CBE;
}
.BgClassName
{
background-color: #543CBE;
}
</style>
border-color css
<style>
span { border-color: #543CBE; }
span { border-color: rgb(84,60,190); }
td.TdClassName
{
border-color: #543CBE;
}
.TagClassName
{
border-color: #543CBE;
}
</style>