Shades of Purple Heart #541ACF
Tints of Purple Heart #541ACF
RGB
CMYK
RGB Variations
Color information
#541ACF (or 0x541ACF) is known color: Purple Heart. HEX triplet: 54, 1A and CF. RGB value is (84,26,207). Sum of RGB (Red+Green+Blue) = 84+26+207=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #541ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541ACF is #ABE530. Grayscale: #3F3F3F. Windows color (decimal): -11265329 or 13572692. OLE color: 13572692.
HSL color Cylindrical-coordinate representation of color #541ACF: hue angle of 259.23º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #541ACF is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 26 | 207 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.19 |
| HSL | 259.23º | 0.78% | 0.46% | - |
| HSV(B) | 259.23º | 0.87% | 0.81% | - |
| XYZ | 15.29 | 7.13 | 59.6 | - |
| YUV | 63.98 | 208.72 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 207 | 0.59 | 0.87 | 0 | 0.19 | 259.23 | 0.78 | 0.46 |
| Hex | 54 | 1A | CF | 3B | 57 | 0 | 13 | 103 | 4E | 2E |
| Octal | 124 | 32 | 317 | 73 | 127 | 0 | 23 | 403 | 116 | 56 |
| Binary | 1010100 | 11010 | 11001111 | 111011 | 1010111 | 0 | 10011 | 100000011 | 1001110 | 101110 |
Color Harmonies of #541ACF
Complementary color
Monochromatic Colors of #541ACF
Black with #541ACF
Text Example
Text Example
White with #541ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541ACF; }
p { color: rgb(84,26,207); }
H1.HeaderClassName
{
color: #541ACF;
}
.AnyTagClassName
{
color: #541ACF;
}
</style>
background-color css
<style>
a { background-color: #541ACF; }
a { background-color: rgb(84,26,207); }
div.DivClassName
{
background-color: #541ACF;
}
.BgClassName
{
background-color: #541ACF;
}
</style>
border-color css
<style>
span { border-color: #541ACF; }
span { border-color: rgb(84,26,207); }
td.TdClassName
{
border-color: #541ACF;
}
.TagClassName
{
border-color: #541ACF;
}
</style>