Shades of Purple Heart #541AAF
Tints of Purple Heart #541AAF
RGB
CMYK
RGB Variations
Color information
#541AAF (or 0x541AAF) is known color: Purple Heart. HEX triplet: 54, 1A and AF. RGB value is (84,26,175). Sum of RGB (Red+Green+Blue) = 84+26+175=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #541AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541AAF is #ABE550. Grayscale: #3B3B3B. Windows color (decimal): -11265361 or 11475540. OLE color: 11475540.
HSL color Cylindrical-coordinate representation of color #541AAF: hue angle of 263.36º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541AAF is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 26 | 175 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.31 |
| HSL | 263.36º | 0.74% | 0.39% | - |
| HSV(B) | 263.36º | 0.85% | 0.69% | - |
| XYZ | 11.76 | 5.72 | 41.04 | - |
| YUV | 60.33 | 192.72 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 175 | 0.52 | 0.85 | 0 | 0.31 | 263.36 | 0.74 | 0.39 |
| Hex | 54 | 1A | AF | 34 | 55 | 0 | 1F | 107 | 4A | 27 |
| Octal | 124 | 32 | 257 | 64 | 125 | 0 | 37 | 407 | 112 | 47 |
| Binary | 1010100 | 11010 | 10101111 | 110100 | 1010101 | 0 | 11111 | 100000111 | 1001010 | 100111 |
Color Harmonies of #541AAF
Complementary color
Monochromatic Colors of #541AAF
Black with #541AAF
Text Example
Text Example
White with #541AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541AAF; }
p { color: rgb(84,26,175); }
H1.HeaderClassName
{
color: #541AAF;
}
.AnyTagClassName
{
color: #541AAF;
}
</style>
background-color css
<style>
a { background-color: #541AAF; }
a { background-color: rgb(84,26,175); }
div.DivClassName
{
background-color: #541AAF;
}
.BgClassName
{
background-color: #541AAF;
}
</style>
border-color css
<style>
span { border-color: #541AAF; }
span { border-color: rgb(84,26,175); }
td.TdClassName
{
border-color: #541AAF;
}
.TagClassName
{
border-color: #541AAF;
}
</style>