Shades of Purple Heart #541FB0
Tints of Purple Heart #541FB0
RGB
CMYK
RGB Variations
Color information
#541FB0 (or 0x541FB0) is known color: Purple Heart. HEX triplet: 54, 1F and B0. RGB value is (84,31,176). Sum of RGB (Red+Green+Blue) = 84+31+176=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 176 (69.14% from 255 or 60.48% from 291); Max value from RGB is 176 - color contains mainly: blue. Hex color #541FB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541FB0 is #ABE04F. Grayscale: #3E3E3E. Windows color (decimal): -11264080 or 11542356. OLE color: 11542356.
HSL color Cylindrical-coordinate representation of color #541FB0: hue angle of 261.93º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541FB0 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 31 | 176 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.31 |
| HSL | 261.93º | 0.7% | 0.41% | - |
| HSV(B) | 261.93º | 0.82% | 0.69% | - |
| XYZ | 11.98 | 6 | 41.6 | - |
| YUV | 63.38 | 191.56 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 176 | 0.52 | 0.82 | 0 | 0.31 | 261.93 | 0.7 | 0.41 |
| Hex | 54 | 1F | B0 | 34 | 52 | 0 | 1F | 106 | 46 | 29 |
| Octal | 124 | 37 | 260 | 64 | 122 | 0 | 37 | 406 | 106 | 51 |
| Binary | 1010100 | 11111 | 10110000 | 110100 | 1010010 | 0 | 11111 | 100000110 | 1000110 | 101001 |
Color Harmonies of #541FB0
Complementary color
Monochromatic Colors of #541FB0
Black with #541FB0
Text Example
Text Example
White with #541FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541FB0; }
p { color: rgb(84,31,176); }
H1.HeaderClassName
{
color: #541FB0;
}
.AnyTagClassName
{
color: #541FB0;
}
</style>
background-color css
<style>
a { background-color: #541FB0; }
a { background-color: rgb(84,31,176); }
div.DivClassName
{
background-color: #541FB0;
}
.BgClassName
{
background-color: #541FB0;
}
</style>
border-color css
<style>
span { border-color: #541FB0; }
span { border-color: rgb(84,31,176); }
td.TdClassName
{
border-color: #541FB0;
}
.TagClassName
{
border-color: #541FB0;
}
</style>