Shades of Purple Heart #543DBE
Tints of Purple Heart #543DBE
RGB
CMYK
RGB Variations
Color information
#543DBE (or 0x543DBE) is known color: Purple Heart. HEX triplet: 54, 3D and BE. RGB value is (84,61,190). Sum of RGB (Red+Green+Blue) = 84+61+190=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #543DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543DBE is #ABC241. Grayscale: #525252. Windows color (decimal): -11256386 or 12467540. OLE color: 12467540.
HSL color Cylindrical-coordinate representation of color #543DBE: hue angle of 250.7º degrees, saturation: 0.51, 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 #543DBE is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 61 | 190 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.25 |
| HSL | 250.7º | 0.51% | 0.49% | - |
| HSV(B) | 250.7º | 0.68% | 0.75% | - |
| XYZ | 14.62 | 8.94 | 49.67 | - |
| YUV | 82.58 | 188.62 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 190 | 0.56 | 0.68 | 0 | 0.25 | 250.7 | 0.51 | 0.49 |
| Hex | 54 | 3D | BE | 38 | 44 | 0 | 19 | FB | 33 | 31 |
| Octal | 124 | 75 | 276 | 70 | 104 | 0 | 31 | 373 | 63 | 61 |
| Binary | 1010100 | 111101 | 10111110 | 111000 | 1000100 | 0 | 11001 | 11111011 | 110011 | 110001 |
Color Harmonies of #543DBE
Complementary color
Monochromatic Colors of #543DBE
Black with #543DBE
Text Example
Text Example
White with #543DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DBE; }
p { color: rgb(84,61,190); }
H1.HeaderClassName
{
color: #543DBE;
}
.AnyTagClassName
{
color: #543DBE;
}
</style>
background-color css
<style>
a { background-color: #543DBE; }
a { background-color: rgb(84,61,190); }
div.DivClassName
{
background-color: #543DBE;
}
.BgClassName
{
background-color: #543DBE;
}
</style>
border-color css
<style>
span { border-color: #543DBE; }
span { border-color: rgb(84,61,190); }
td.TdClassName
{
border-color: #543DBE;
}
.TagClassName
{
border-color: #543DBE;
}
</style>