Shades of Purple Heart #5425AB
Tints of Purple Heart #5425AB
RGB
CMYK
RGB Variations
Color information
#5425AB (or 0x5425AB) is known color: Purple Heart. HEX triplet: 54, 25 and AB. RGB value is (84,37,171). Sum of RGB (Red+Green+Blue) = 84+37+171=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #5425AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5425AB is #ABDA54. Grayscale: #414141. Windows color (decimal): -11262549 or 11216212. OLE color: 11216212.
HSL color Cylindrical-coordinate representation of color #5425AB: hue angle of 261.04º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5425AB is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 37 | 171 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.33 |
| HSL | 261.04º | 0.64% | 0.41% | - |
| HSV(B) | 261.04º | 0.78% | 0.67% | - |
| XYZ | 11.67 | 6.15 | 39.1 | - |
| YUV | 66.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 171 | 0.51 | 0.78 | 0 | 0.33 | 261.04 | 0.64 | 0.41 |
| Hex | 54 | 25 | AB | 33 | 4E | 0 | 21 | 105 | 40 | 29 |
| Octal | 124 | 45 | 253 | 63 | 116 | 0 | 41 | 405 | 100 | 51 |
| Binary | 1010100 | 100101 | 10101011 | 110011 | 1001110 | 0 | 100001 | 100000101 | 1000000 | 101001 |
Color Harmonies of #5425AB
Complementary color
Monochromatic Colors of #5425AB
Black with #5425AB
Text Example
Text Example
White with #5425AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5425AB; }
p { color: rgb(84,37,171); }
H1.HeaderClassName
{
color: #5425AB;
}
.AnyTagClassName
{
color: #5425AB;
}
</style>
background-color css
<style>
a { background-color: #5425AB; }
a { background-color: rgb(84,37,171); }
div.DivClassName
{
background-color: #5425AB;
}
.BgClassName
{
background-color: #5425AB;
}
</style>
border-color css
<style>
span { border-color: #5425AB; }
span { border-color: rgb(84,37,171); }
td.TdClassName
{
border-color: #5425AB;
}
.TagClassName
{
border-color: #5425AB;
}
</style>