Shades of Purple Heart #5427AB
Tints of Purple Heart #5427AB
RGB
CMYK
RGB Variations
Color information
#5427AB (or 0x5427AB) is known color: Purple Heart. HEX triplet: 54, 27 and AB. RGB value is (84,39,171). Sum of RGB (Red+Green+Blue) = 84+39+171=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #5427AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5427AB is #ABD854. Grayscale: #434343. Windows color (decimal): -11262037 or 11216724. OLE color: 11216724.
HSL color Cylindrical-coordinate representation of color #5427AB: hue angle of 260.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5427AB is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 39 | 171 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.33 |
| HSL | 260.45º | 0.63% | 0.41% | - |
| HSV(B) | 260.45º | 0.77% | 0.67% | - |
| XYZ | 11.73 | 6.28 | 39.12 | - |
| YUV | 67.5 | 186.41 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 39 | 171 | 0.51 | 0.77 | 0 | 0.33 | 260.45 | 0.63 | 0.41 |
| Hex | 54 | 27 | AB | 33 | 4D | 0 | 21 | 104 | 3F | 29 |
| Octal | 124 | 47 | 253 | 63 | 115 | 0 | 41 | 404 | 77 | 51 |
| Binary | 1010100 | 100111 | 10101011 | 110011 | 1001101 | 0 | 100001 | 100000100 | 111111 | 101001 |
Color Harmonies of #5427AB
Complementary color
Monochromatic Colors of #5427AB
Black with #5427AB
Text Example
Text Example
White with #5427AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5427AB; }
p { color: rgb(84,39,171); }
H1.HeaderClassName
{
color: #5427AB;
}
.AnyTagClassName
{
color: #5427AB;
}
</style>
background-color css
<style>
a { background-color: #5427AB; }
a { background-color: rgb(84,39,171); }
div.DivClassName
{
background-color: #5427AB;
}
.BgClassName
{
background-color: #5427AB;
}
</style>
border-color css
<style>
span { border-color: #5427AB; }
span { border-color: rgb(84,39,171); }
td.TdClassName
{
border-color: #5427AB;
}
.TagClassName
{
border-color: #5427AB;
}
</style>