Shades of Purple Heart #543DB4
Tints of Purple Heart #543DB4
RGB
CMYK
RGB Variations
Color information
#543DB4 (or 0x543DB4) is known color: Purple Heart. HEX triplet: 54, 3D and B4. RGB value is (84,61,180). Sum of RGB (Red+Green+Blue) = 84+61+180=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #543DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543DB4 is #ABC24B. Grayscale: #505050. Windows color (decimal): -11256396 or 11812180. OLE color: 11812180.
HSL color Cylindrical-coordinate representation of color #543DB4: hue angle of 251.6º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #543DB4 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 61 | 180 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.29 |
| HSL | 251.6º | 0.49% | 0.47% | - |
| HSV(B) | 251.6º | 0.66% | 0.71% | - |
| XYZ | 13.56 | 8.52 | 44.11 | - |
| YUV | 81.44 | 183.62 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 180 | 0.53 | 0.66 | 0 | 0.29 | 251.6 | 0.49 | 0.47 |
| Hex | 54 | 3D | B4 | 35 | 42 | 0 | 1D | FC | 31 | 2F |
| Octal | 124 | 75 | 264 | 65 | 102 | 0 | 35 | 374 | 61 | 57 |
| Binary | 1010100 | 111101 | 10110100 | 110101 | 1000010 | 0 | 11101 | 11111100 | 110001 | 101111 |
Color Harmonies of #543DB4
Complementary color
Monochromatic Colors of #543DB4
Black with #543DB4
Text Example
Text Example
White with #543DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DB4; }
p { color: rgb(84,61,180); }
H1.HeaderClassName
{
color: #543DB4;
}
.AnyTagClassName
{
color: #543DB4;
}
</style>
background-color css
<style>
a { background-color: #543DB4; }
a { background-color: rgb(84,61,180); }
div.DivClassName
{
background-color: #543DB4;
}
.BgClassName
{
background-color: #543DB4;
}
</style>
border-color css
<style>
span { border-color: #543DB4; }
span { border-color: rgb(84,61,180); }
td.TdClassName
{
border-color: #543DB4;
}
.TagClassName
{
border-color: #543DB4;
}
</style>