Shades of Purple Heart #541BA6
Tints of Purple Heart #541BA6
RGB
CMYK
RGB Variations
Color information
#541BA6 (or 0x541BA6) is known color: Purple Heart. HEX triplet: 54, 1B and A6. RGB value is (84,27,166). Sum of RGB (Red+Green+Blue) = 84+27+166=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 166 (65.23% from 255 or 59.93% from 277); Max value from RGB is 166 - color contains mainly: blue. Hex color #541BA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541BA6 is #ABE459. Grayscale: #3B3B3B. Windows color (decimal): -11265114 or 10885972. OLE color: 10885972.
HSL color Cylindrical-coordinate representation of color #541BA6: hue angle of 264.6º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541BA6 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 27 | 166 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.35 |
| HSL | 264.6º | 0.72% | 0.38% | - |
| HSV(B) | 264.6º | 0.84% | 0.65% | - |
| XYZ | 10.93 | 5.42 | 36.55 | - |
| YUV | 59.89 | 187.88 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 27 | 166 | 0.49 | 0.84 | 0 | 0.35 | 264.6 | 0.72 | 0.38 |
| Hex | 54 | 1B | A6 | 31 | 54 | 0 | 23 | 109 | 48 | 26 |
| Octal | 124 | 33 | 246 | 61 | 124 | 0 | 43 | 411 | 110 | 46 |
| Binary | 1010100 | 11011 | 10100110 | 110001 | 1010100 | 0 | 100011 | 100001001 | 1001000 | 100110 |
Color Harmonies of #541BA6
Complementary color
Monochromatic Colors of #541BA6
Black with #541BA6
Text Example
Text Example
White with #541BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541BA6; }
p { color: rgb(84,27,166); }
H1.HeaderClassName
{
color: #541BA6;
}
.AnyTagClassName
{
color: #541BA6;
}
</style>
background-color css
<style>
a { background-color: #541BA6; }
a { background-color: rgb(84,27,166); }
div.DivClassName
{
background-color: #541BA6;
}
.BgClassName
{
background-color: #541BA6;
}
</style>
border-color css
<style>
span { border-color: #541BA6; }
span { border-color: rgb(84,27,166); }
td.TdClassName
{
border-color: #541BA6;
}
.TagClassName
{
border-color: #541BA6;
}
</style>