Shades of Purple Heart #541EB1
Tints of Purple Heart #541EB1
RGB
CMYK
RGB Variations
Color information
#541EB1 (or 0x541EB1) is known color: Purple Heart. HEX triplet: 54, 1E and B1. RGB value is (84,30,177). Sum of RGB (Red+Green+Blue) = 84+30+177=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 177 (69.53% from 255 or 60.82% from 291); Max value from RGB is 177 - color contains mainly: blue. Hex color #541EB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541EB1 is #ABE14E. Grayscale: #3E3E3E. Windows color (decimal): -11264335 or 11607636. OLE color: 11607636.
HSL color Cylindrical-coordinate representation of color #541EB1: hue angle of 262.04º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #541EB1 is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 30 | 177 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.31 |
| HSL | 262.04º | 0.71% | 0.41% | - |
| HSV(B) | 262.04º | 0.83% | 0.69% | - |
| XYZ | 12.06 | 5.99 | 42.12 | - |
| YUV | 62.9 | 192.39 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 177 | 0.53 | 0.83 | 0 | 0.31 | 262.04 | 0.71 | 0.41 |
| Hex | 54 | 1E | B1 | 35 | 53 | 0 | 1F | 106 | 47 | 29 |
| Octal | 124 | 36 | 261 | 65 | 123 | 0 | 37 | 406 | 107 | 51 |
| Binary | 1010100 | 11110 | 10110001 | 110101 | 1010011 | 0 | 11111 | 100000110 | 1000111 | 101001 |
Color Harmonies of #541EB1
Complementary color
Monochromatic Colors of #541EB1
Black with #541EB1
Text Example
Text Example
White with #541EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541EB1; }
p { color: rgb(84,30,177); }
H1.HeaderClassName
{
color: #541EB1;
}
.AnyTagClassName
{
color: #541EB1;
}
</style>
background-color css
<style>
a { background-color: #541EB1; }
a { background-color: rgb(84,30,177); }
div.DivClassName
{
background-color: #541EB1;
}
.BgClassName
{
background-color: #541EB1;
}
</style>
border-color css
<style>
span { border-color: #541EB1; }
span { border-color: rgb(84,30,177); }
td.TdClassName
{
border-color: #541EB1;
}
.TagClassName
{
border-color: #541EB1;
}
</style>