Shades of Purple Heart #541CA8
Tints of Purple Heart #541CA8
RGB
CMYK
RGB Variations
Color information
#541CA8 (or 0x541CA8) is known color: Purple Heart. HEX triplet: 54, 1C and A8. RGB value is (84,28,168). Sum of RGB (Red+Green+Blue) = 84+28+168=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 168 (66.02% from 255 or 60% from 280); Max value from RGB is 168 - color contains mainly: blue. Hex color #541CA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541CA8 is #ABE357. Grayscale: #3C3C3C. Windows color (decimal): -11264856 or 11017300. OLE color: 11017300.
HSL color Cylindrical-coordinate representation of color #541CA8: hue angle of 264º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #541CA8 is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 28 | 168 | - |
| CMYK | 0.5 | 0.83 | 0 | 0.34 |
| HSL | 264º | 0.71% | 0.38% | - |
| HSV(B) | 264º | 0.83% | 0.66% | - |
| XYZ | 11.14 | 5.54 | 37.53 | - |
| YUV | 60.7 | 188.55 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 168 | 0.5 | 0.83 | 0 | 0.34 | 264 | 0.71 | 0.38 |
| Hex | 54 | 1C | A8 | 32 | 53 | 0 | 22 | 108 | 47 | 26 |
| Octal | 124 | 34 | 250 | 62 | 123 | 0 | 42 | 410 | 107 | 46 |
| Binary | 1010100 | 11100 | 10101000 | 110010 | 1010011 | 0 | 100010 | 100001000 | 1000111 | 100110 |
Color Harmonies of #541CA8
Complementary color
Monochromatic Colors of #541CA8
Black with #541CA8
Text Example
Text Example
White with #541CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541CA8; }
p { color: rgb(84,28,168); }
H1.HeaderClassName
{
color: #541CA8;
}
.AnyTagClassName
{
color: #541CA8;
}
</style>
background-color css
<style>
a { background-color: #541CA8; }
a { background-color: rgb(84,28,168); }
div.DivClassName
{
background-color: #541CA8;
}
.BgClassName
{
background-color: #541CA8;
}
</style>
border-color css
<style>
span { border-color: #541CA8; }
span { border-color: rgb(84,28,168); }
td.TdClassName
{
border-color: #541CA8;
}
.TagClassName
{
border-color: #541CA8;
}
</style>