Shades of Purple Heart #543CC4
Tints of Purple Heart #543CC4
RGB
CMYK
RGB Variations
Color information
#543CC4 (or 0x543CC4) is known color: Purple Heart. HEX triplet: 54, 3C and C4. RGB value is (84,60,196). Sum of RGB (Red+Green+Blue) = 84+60+196=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 196 (76.95% from 255 or 57.65% from 340); Max value from RGB is 196 - color contains mainly: blue. Hex color #543CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543CC4 is #ABC33B. Grayscale: #525252. Windows color (decimal): -11256636 or 12860500. OLE color: 12860500.
HSL color Cylindrical-coordinate representation of color #543CC4: hue angle of 250.59º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #543CC4 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 60 | 196 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.23 |
| HSL | 250.59º | 0.54% | 0.5% | - |
| HSV(B) | 250.59º | 0.69% | 0.77% | - |
| XYZ | 15.24 | 9.1 | 53.18 | - |
| YUV | 82.68 | 191.95 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 196 | 0.57 | 0.69 | 0 | 0.23 | 250.59 | 0.54 | 0.5 |
| Hex | 54 | 3C | C4 | 39 | 45 | 0 | 17 | FB | 36 | 32 |
| Octal | 124 | 74 | 304 | 71 | 105 | 0 | 27 | 373 | 66 | 62 |
| Binary | 1010100 | 111100 | 11000100 | 111001 | 1000101 | 0 | 10111 | 11111011 | 110110 | 110010 |
Color Harmonies of #543CC4
Complementary color
Monochromatic Colors of #543CC4
Black with #543CC4
Text Example
Text Example
White with #543CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543CC4; }
p { color: rgb(84,60,196); }
H1.HeaderClassName
{
color: #543CC4;
}
.AnyTagClassName
{
color: #543CC4;
}
</style>
background-color css
<style>
a { background-color: #543CC4; }
a { background-color: rgb(84,60,196); }
div.DivClassName
{
background-color: #543CC4;
}
.BgClassName
{
background-color: #543CC4;
}
</style>
border-color css
<style>
span { border-color: #543CC4; }
span { border-color: rgb(84,60,196); }
td.TdClassName
{
border-color: #543CC4;
}
.TagClassName
{
border-color: #543CC4;
}
</style>