Shades of Purple Heart #540CAD
Tints of Purple Heart #540CAD
RGB
CMYK
RGB Variations
Color information
#540CAD (or 0x540CAD) is known color: Purple Heart. HEX triplet: 54, 0C and AD. RGB value is (84,12,173). Sum of RGB (Red+Green+Blue) = 84+12+173=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #540CAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540CAD is #ABF352. Grayscale: #333333. Windows color (decimal): -11268947 or 11340884. OLE color: 11340884.
HSL color Cylindrical-coordinate representation of color #540CAD: hue angle of 266.83º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540CAD is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 12 | 173 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.32 |
| HSL | 266.83º | 0.87% | 0.36% | - |
| HSV(B) | 266.83º | 0.93% | 0.68% | - |
| XYZ | 11.33 | 5.16 | 39.93 | - |
| YUV | 51.88 | 196.35 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 173 | 0.51 | 0.93 | 0 | 0.32 | 266.83 | 0.87 | 0.36 |
| Hex | 54 | C | AD | 33 | 5D | 0 | 20 | 10B | 57 | 24 |
| Octal | 124 | 14 | 255 | 63 | 135 | 0 | 40 | 413 | 127 | 44 |
| Binary | 1010100 | 1100 | 10101101 | 110011 | 1011101 | 0 | 100000 | 100001011 | 1010111 | 100100 |
Color Harmonies of #540CAD
Complementary color
Monochromatic Colors of #540CAD
Black with #540CAD
Text Example
Text Example
White with #540CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CAD; }
p { color: rgb(84,12,173); }
H1.HeaderClassName
{
color: #540CAD;
}
.AnyTagClassName
{
color: #540CAD;
}
</style>
background-color css
<style>
a { background-color: #540CAD; }
a { background-color: rgb(84,12,173); }
div.DivClassName
{
background-color: #540CAD;
}
.BgClassName
{
background-color: #540CAD;
}
</style>
border-color css
<style>
span { border-color: #540CAD; }
span { border-color: rgb(84,12,173); }
td.TdClassName
{
border-color: #540CAD;
}
.TagClassName
{
border-color: #540CAD;
}
</style>