Shades of Purple Heart #543DB8
Tints of Purple Heart #543DB8
RGB
CMYK
RGB Variations
Color information
#543DB8 (or 0x543DB8) is known color: Purple Heart. HEX triplet: 54, 3D and B8. RGB value is (84,61,184). Sum of RGB (Red+Green+Blue) = 84+61+184=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 184 (72.27% from 255 or 55.93% from 329); Max value from RGB is 184 - color contains mainly: blue. Hex color #543DB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543DB8 is #ABC247. Grayscale: #515151. Windows color (decimal): -11256392 or 12074324. OLE color: 12074324.
HSL color Cylindrical-coordinate representation of color #543DB8: hue angle of 251.22º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #543DB8 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 84 | 61 | 184 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.28 |
| HSL | 251.22º | 0.5% | 0.48% | - |
| HSV(B) | 251.22º | 0.67% | 0.72% | - |
| XYZ | 13.98 | 8.68 | 46.29 | - |
| YUV | 81.9 | 185.62 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 184 | 0.54 | 0.67 | 0 | 0.28 | 251.22 | 0.5 | 0.48 |
| Hex | 54 | 3D | B8 | 36 | 43 | 0 | 1C | FB | 32 | 30 |
| Octal | 124 | 75 | 270 | 66 | 103 | 0 | 34 | 373 | 62 | 60 |
| Binary | 1010100 | 111101 | 10111000 | 110110 | 1000011 | 0 | 11100 | 11111011 | 110010 | 110000 |
Color Harmonies of #543DB8
Complementary color
Monochromatic Colors of #543DB8
Black with #543DB8
Text Example
Text Example
White with #543DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DB8; }
p { color: rgb(84,61,184); }
H1.HeaderClassName
{
color: #543DB8;
}
.AnyTagClassName
{
color: #543DB8;
}
</style>
background-color css
<style>
a { background-color: #543DB8; }
a { background-color: rgb(84,61,184); }
div.DivClassName
{
background-color: #543DB8;
}
.BgClassName
{
background-color: #543DB8;
}
</style>
border-color css
<style>
span { border-color: #543DB8; }
span { border-color: rgb(84,61,184); }
td.TdClassName
{
border-color: #543DB8;
}
.TagClassName
{
border-color: #543DB8;
}
</style>