Shades of Purple Heart #543DD7
Tints of Purple Heart #543DD7
RGB
CMYK
RGB Variations
Color information
#543DD7 (or 0x543DD7) is known color: Purple Heart. HEX triplet: 54, 3D and D7. RGB value is (84,61,215). Sum of RGB (Red+Green+Blue) = 84+61+215=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 215 (84.38% from 255 or 59.72% from 360); Max value from RGB is 215 - color contains mainly: blue. Hex color #543DD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543DD7 is #ABC228. Grayscale: #545454. Windows color (decimal): -11256361 or 14105940. OLE color: 14105940.
HSL color Cylindrical-coordinate representation of color #543DD7: hue angle of 248.96º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #543DD7 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 61 | 215 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.16 |
| HSL | 248.96º | 0.66% | 0.54% | - |
| HSV(B) | 248.96º | 0.72% | 0.84% | - |
| XYZ | 17.59 | 10.13 | 65.32 | - |
| YUV | 85.43 | 201.12 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 215 | 0.61 | 0.72 | 0 | 0.16 | 248.96 | 0.66 | 0.54 |
| Hex | 54 | 3D | D7 | 3D | 48 | 0 | 10 | F9 | 42 | 36 |
| Octal | 124 | 75 | 327 | 75 | 110 | 0 | 20 | 371 | 102 | 66 |
| Binary | 1010100 | 111101 | 11010111 | 111101 | 1001000 | 0 | 10000 | 11111001 | 1000010 | 110110 |
Color Harmonies of #543DD7
Complementary color
Monochromatic Colors of #543DD7
Black with #543DD7
Text Example
Text Example
White with #543DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543DD7; }
p { color: rgb(84,61,215); }
H1.HeaderClassName
{
color: #543DD7;
}
.AnyTagClassName
{
color: #543DD7;
}
</style>
background-color css
<style>
a { background-color: #543DD7; }
a { background-color: rgb(84,61,215); }
div.DivClassName
{
background-color: #543DD7;
}
.BgClassName
{
background-color: #543DD7;
}
</style>
border-color css
<style>
span { border-color: #543DD7; }
span { border-color: rgb(84,61,215); }
td.TdClassName
{
border-color: #543DD7;
}
.TagClassName
{
border-color: #543DD7;
}
</style>