Shades of Purple Heart #541AC0
Tints of Purple Heart #541AC0
RGB
CMYK
RGB Variations
Color information
#541AC0 (or 0x541AC0) is known color: Purple Heart. HEX triplet: 54, 1A and C0. RGB value is (84,26,192). Sum of RGB (Red+Green+Blue) = 84+26+192=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #541AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541AC0 is #ABE53F. Grayscale: #3D3D3D. Windows color (decimal): -11265344 or 12589652. OLE color: 12589652.
HSL color Cylindrical-coordinate representation of color #541AC0: hue angle of 260.96º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541AC0 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 26 | 192 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.25 |
| HSL | 260.96º | 0.76% | 0.43% | - |
| HSV(B) | 260.96º | 0.86% | 0.75% | - |
| XYZ | 13.54 | 6.43 | 50.4 | - |
| YUV | 62.27 | 201.22 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 192 | 0.56 | 0.86 | 0 | 0.25 | 260.96 | 0.76 | 0.43 |
| Hex | 54 | 1A | C0 | 38 | 56 | 0 | 19 | 105 | 4C | 2B |
| Octal | 124 | 32 | 300 | 70 | 126 | 0 | 31 | 405 | 114 | 53 |
| Binary | 1010100 | 11010 | 11000000 | 111000 | 1010110 | 0 | 11001 | 100000101 | 1001100 | 101011 |
Color Harmonies of #541AC0
Complementary color
Monochromatic Colors of #541AC0
Black with #541AC0
Text Example
Text Example
White with #541AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541AC0; }
p { color: rgb(84,26,192); }
H1.HeaderClassName
{
color: #541AC0;
}
.AnyTagClassName
{
color: #541AC0;
}
</style>
background-color css
<style>
a { background-color: #541AC0; }
a { background-color: rgb(84,26,192); }
div.DivClassName
{
background-color: #541AC0;
}
.BgClassName
{
background-color: #541AC0;
}
</style>
border-color css
<style>
span { border-color: #541AC0; }
span { border-color: rgb(84,26,192); }
td.TdClassName
{
border-color: #541AC0;
}
.TagClassName
{
border-color: #541AC0;
}
</style>