Shades of Purple Heart #540ACF
Tints of Purple Heart #540ACF
RGB
CMYK
RGB Variations
Color information
#540ACF (or 0x540ACF) is known color: Purple Heart. HEX triplet: 54, 0A and CF. RGB value is (84,10,207). Sum of RGB (Red+Green+Blue) = 84+10+207=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #540ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540ACF is #ABF530. Grayscale: #353535. Windows color (decimal): -11269425 or 13568596. OLE color: 13568596.
HSL color Cylindrical-coordinate representation of color #540ACF: hue angle of 262.54º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540ACF is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 10 | 207 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.19 |
| HSL | 262.54º | 0.91% | 0.43% | - |
| HSV(B) | 262.54º | 0.95% | 0.81% | - |
| XYZ | 15.03 | 6.61 | 59.51 | - |
| YUV | 54.58 | 214.02 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 207 | 0.59 | 0.95 | 0 | 0.19 | 262.54 | 0.91 | 0.43 |
| Hex | 54 | A | CF | 3B | 5F | 0 | 13 | 107 | 5B | 2B |
| Octal | 124 | 12 | 317 | 73 | 137 | 0 | 23 | 407 | 133 | 53 |
| Binary | 1010100 | 1010 | 11001111 | 111011 | 1011111 | 0 | 10011 | 100000111 | 1011011 | 101011 |
Color Harmonies of #540ACF
Complementary color
Monochromatic Colors of #540ACF
Black with #540ACF
Text Example
Text Example
White with #540ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540ACF; }
p { color: rgb(84,10,207); }
H1.HeaderClassName
{
color: #540ACF;
}
.AnyTagClassName
{
color: #540ACF;
}
</style>
background-color css
<style>
a { background-color: #540ACF; }
a { background-color: rgb(84,10,207); }
div.DivClassName
{
background-color: #540ACF;
}
.BgClassName
{
background-color: #540ACF;
}
</style>
border-color css
<style>
span { border-color: #540ACF; }
span { border-color: rgb(84,10,207); }
td.TdClassName
{
border-color: #540ACF;
}
.TagClassName
{
border-color: #540ACF;
}
</style>