Shades of Purple Heart #540AC2
Tints of Purple Heart #540AC2
RGB
CMYK
RGB Variations
Color information
#540AC2 (or 0x540AC2) is known color: Purple Heart. HEX triplet: 54, 0A and C2. RGB value is (84,10,194). Sum of RGB (Red+Green+Blue) = 84+10+194=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 194 (76.17% from 255 or 67.36% from 288); Max value from RGB is 194 - color contains mainly: blue. Hex color #540AC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540AC2 is #ABF53D. Grayscale: #343434. Windows color (decimal): -11269438 or 12716628. OLE color: 12716628.
HSL color Cylindrical-coordinate representation of color #540AC2: hue angle of 264.13º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540AC2 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 10 | 194 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.24 |
| HSL | 264.13º | 0.9% | 0.4% | - |
| HSV(B) | 264.13º | 0.95% | 0.76% | - |
| XYZ | 13.5 | 6 | 51.48 | - |
| YUV | 53.1 | 207.52 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 194 | 0.57 | 0.95 | 0 | 0.24 | 264.13 | 0.9 | 0.4 |
| Hex | 54 | A | C2 | 39 | 5F | 0 | 18 | 108 | 5A | 28 |
| Octal | 124 | 12 | 302 | 71 | 137 | 0 | 30 | 410 | 132 | 50 |
| Binary | 1010100 | 1010 | 11000010 | 111001 | 1011111 | 0 | 11000 | 100001000 | 1011010 | 101000 |
Color Harmonies of #540AC2
Complementary color
Monochromatic Colors of #540AC2
Black with #540AC2
Text Example
Text Example
White with #540AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540AC2; }
p { color: rgb(84,10,194); }
H1.HeaderClassName
{
color: #540AC2;
}
.AnyTagClassName
{
color: #540AC2;
}
</style>
background-color css
<style>
a { background-color: #540AC2; }
a { background-color: rgb(84,10,194); }
div.DivClassName
{
background-color: #540AC2;
}
.BgClassName
{
background-color: #540AC2;
}
</style>
border-color css
<style>
span { border-color: #540AC2; }
span { border-color: rgb(84,10,194); }
td.TdClassName
{
border-color: #540AC2;
}
.TagClassName
{
border-color: #540AC2;
}
</style>