Shades of Purple Heart #540AC5
Tints of Purple Heart #540AC5
RGB
CMYK
RGB Variations
Color information
#540AC5 (or 0x540AC5) is known color: Purple Heart. HEX triplet: 54, 0A and C5. RGB value is (84,10,197). Sum of RGB (Red+Green+Blue) = 84+10+197=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 197 (77.34% from 255 or 67.70% from 291); Max value from RGB is 197 - color contains mainly: blue. Hex color #540AC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540AC5 is #ABF53A. Grayscale: #343434. Windows color (decimal): -11269435 or 12913236. OLE color: 12913236.
HSL color Cylindrical-coordinate representation of color #540AC5: hue angle of 263.74º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540AC5 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 84 | 10 | 197 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.23 |
| HSL | 263.74º | 0.9% | 0.41% | - |
| HSV(B) | 263.74º | 0.95% | 0.77% | - |
| XYZ | 13.84 | 6.13 | 53.28 | - |
| YUV | 53.44 | 209.02 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 197 | 0.57 | 0.95 | 0 | 0.23 | 263.74 | 0.9 | 0.41 |
| Hex | 54 | A | C5 | 39 | 5F | 0 | 17 | 108 | 5A | 29 |
| Octal | 124 | 12 | 305 | 71 | 137 | 0 | 27 | 410 | 132 | 51 |
| Binary | 1010100 | 1010 | 11000101 | 111001 | 1011111 | 0 | 10111 | 100001000 | 1011010 | 101001 |
Color Harmonies of #540AC5
Complementary color
Monochromatic Colors of #540AC5
Black with #540AC5
Text Example
Text Example
White with #540AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540AC5; }
p { color: rgb(84,10,197); }
H1.HeaderClassName
{
color: #540AC5;
}
.AnyTagClassName
{
color: #540AC5;
}
</style>
background-color css
<style>
a { background-color: #540AC5; }
a { background-color: rgb(84,10,197); }
div.DivClassName
{
background-color: #540AC5;
}
.BgClassName
{
background-color: #540AC5;
}
</style>
border-color css
<style>
span { border-color: #540AC5; }
span { border-color: rgb(84,10,197); }
td.TdClassName
{
border-color: #540AC5;
}
.TagClassName
{
border-color: #540AC5;
}
</style>