Shades of Purple Heart #541CCD
Tints of Purple Heart #541CCD
RGB
CMYK
RGB Variations
Color information
#541CCD (or 0x541CCD) is known color: Purple Heart. HEX triplet: 54, 1C and CD. RGB value is (84,28,205). Sum of RGB (Red+Green+Blue) = 84+28+205=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #541CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541CCD is #ABE332. Grayscale: #404040. Windows color (decimal): -11264819 or 13442132. OLE color: 13442132.
HSL color Cylindrical-coordinate representation of color #541CCD: hue angle of 258.98º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541CCD is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 28 | 205 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.20 |
| HSL | 258.98º | 0.76% | 0.46% | - |
| HSV(B) | 258.98º | 0.86% | 0.8% | - |
| XYZ | 15.09 | 7.12 | 58.34 | - |
| YUV | 64.92 | 207.05 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 205 | 0.59 | 0.86 | 0 | 0.20 | 258.98 | 0.76 | 0.46 |
| Hex | 54 | 1C | CD | 3B | 56 | 0 | 14 | 103 | 4C | 2E |
| Octal | 124 | 34 | 315 | 73 | 126 | 0 | 24 | 403 | 114 | 56 |
| Binary | 1010100 | 11100 | 11001101 | 111011 | 1010110 | 0 | 10100 | 100000011 | 1001100 | 101110 |
Color Harmonies of #541CCD
Complementary color
Monochromatic Colors of #541CCD
Black with #541CCD
Text Example
Text Example
White with #541CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541CCD; }
p { color: rgb(84,28,205); }
H1.HeaderClassName
{
color: #541CCD;
}
.AnyTagClassName
{
color: #541CCD;
}
</style>
background-color css
<style>
a { background-color: #541CCD; }
a { background-color: rgb(84,28,205); }
div.DivClassName
{
background-color: #541CCD;
}
.BgClassName
{
background-color: #541CCD;
}
</style>
border-color css
<style>
span { border-color: #541CCD; }
span { border-color: rgb(84,28,205); }
td.TdClassName
{
border-color: #541CCD;
}
.TagClassName
{
border-color: #541CCD;
}
</style>