Shades of Purple Heart #541FC8
Tints of Purple Heart #541FC8
RGB
CMYK
RGB Variations
Color information
#541FC8 (or 0x541FC8) is known color: Purple Heart. HEX triplet: 54, 1F and C8. RGB value is (84,31,200). Sum of RGB (Red+Green+Blue) = 84+31+200=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 200 (78.52% from 255 or 63.49% from 315); Max value from RGB is 200 - color contains mainly: blue. Hex color #541FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541FC8 is #ABE037. Grayscale: #414141. Windows color (decimal): -11264056 or 13115220. OLE color: 13115220.
HSL color Cylindrical-coordinate representation of color #541FC8: hue angle of 258.82º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541FC8 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 31 | 200 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.22 |
| HSL | 258.82º | 0.73% | 0.45% | - |
| HSV(B) | 258.82º | 0.85% | 0.78% | - |
| XYZ | 14.57 | 7.03 | 55.23 | - |
| YUV | 66.11 | 203.56 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 200 | 0.58 | 0.84 | 0 | 0.22 | 258.82 | 0.73 | 0.45 |
| Hex | 54 | 1F | C8 | 3A | 54 | 0 | 16 | 103 | 49 | 2D |
| Octal | 124 | 37 | 310 | 72 | 124 | 0 | 26 | 403 | 111 | 55 |
| Binary | 1010100 | 11111 | 11001000 | 111010 | 1010100 | 0 | 10110 | 100000011 | 1001001 | 101101 |
Color Harmonies of #541FC8
Complementary color
Monochromatic Colors of #541FC8
Black with #541FC8
Text Example
Text Example
White with #541FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541FC8; }
p { color: rgb(84,31,200); }
H1.HeaderClassName
{
color: #541FC8;
}
.AnyTagClassName
{
color: #541FC8;
}
</style>
background-color css
<style>
a { background-color: #541FC8; }
a { background-color: rgb(84,31,200); }
div.DivClassName
{
background-color: #541FC8;
}
.BgClassName
{
background-color: #541FC8;
}
</style>
border-color css
<style>
span { border-color: #541FC8; }
span { border-color: rgb(84,31,200); }
td.TdClassName
{
border-color: #541FC8;
}
.TagClassName
{
border-color: #541FC8;
}
</style>