Shades of Purple Heart #541CBC
Tints of Purple Heart #541CBC
RGB
CMYK
RGB Variations
Color information
#541CBC (or 0x541CBC) is known color: Purple Heart. HEX triplet: 54, 1C and BC. RGB value is (84,28,188). Sum of RGB (Red+Green+Blue) = 84+28+188=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #541CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541CBC is #ABE343. Grayscale: #3E3E3E. Windows color (decimal): -11264836 or 12328020. OLE color: 12328020.
HSL color Cylindrical-coordinate representation of color #541CBC: hue angle of 261º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541CBC is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 28 | 188 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.26 |
| HSL | 261º | 0.74% | 0.42% | - |
| HSV(B) | 261º | 0.85% | 0.74% | - |
| XYZ | 13.15 | 6.35 | 48.11 | - |
| YUV | 62.98 | 198.55 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 188 | 0.55 | 0.85 | 0 | 0.26 | 261 | 0.74 | 0.42 |
| Hex | 54 | 1C | BC | 37 | 55 | 0 | 1A | 105 | 4A | 2A |
| Octal | 124 | 34 | 274 | 67 | 125 | 0 | 32 | 405 | 112 | 52 |
| Binary | 1010100 | 11100 | 10111100 | 110111 | 1010101 | 0 | 11010 | 100000101 | 1001010 | 101010 |
Color Harmonies of #541CBC
Complementary color
Monochromatic Colors of #541CBC
Black with #541CBC
Text Example
Text Example
White with #541CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541CBC; }
p { color: rgb(84,28,188); }
H1.HeaderClassName
{
color: #541CBC;
}
.AnyTagClassName
{
color: #541CBC;
}
</style>
background-color css
<style>
a { background-color: #541CBC; }
a { background-color: rgb(84,28,188); }
div.DivClassName
{
background-color: #541CBC;
}
.BgClassName
{
background-color: #541CBC;
}
</style>
border-color css
<style>
span { border-color: #541CBC; }
span { border-color: rgb(84,28,188); }
td.TdClassName
{
border-color: #541CBC;
}
.TagClassName
{
border-color: #541CBC;
}
</style>