Shades of Purple Heart #5426AB
Tints of Purple Heart #5426AB
RGB
CMYK
RGB Variations
Color information
#5426AB (or 0x5426AB) is known color: Purple Heart. HEX triplet: 54, 26 and AB. RGB value is (84,38,171). Sum of RGB (Red+Green+Blue) = 84+38+171=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #5426AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5426AB is #ABD954. Grayscale: #424242. Windows color (decimal): -11262293 or 11216468. OLE color: 11216468.
HSL color Cylindrical-coordinate representation of color #5426AB: hue angle of 260.75º 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 #5426AB is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 38 | 171 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.33 |
| HSL | 260.75º | 0.64% | 0.41% | - |
| HSV(B) | 260.75º | 0.78% | 0.67% | - |
| XYZ | 11.7 | 6.21 | 39.11 | - |
| YUV | 66.92 | 186.74 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 171 | 0.51 | 0.78 | 0 | 0.33 | 260.75 | 0.64 | 0.41 |
| Hex | 54 | 26 | AB | 33 | 4E | 0 | 21 | 105 | 40 | 29 |
| Octal | 124 | 46 | 253 | 63 | 116 | 0 | 41 | 405 | 100 | 51 |
| Binary | 1010100 | 100110 | 10101011 | 110011 | 1001110 | 0 | 100001 | 100000101 | 1000000 | 101001 |
Color Harmonies of #5426AB
Complementary color
Monochromatic Colors of #5426AB
Black with #5426AB
Text Example
Text Example
White with #5426AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5426AB; }
p { color: rgb(84,38,171); }
H1.HeaderClassName
{
color: #5426AB;
}
.AnyTagClassName
{
color: #5426AB;
}
</style>
background-color css
<style>
a { background-color: #5426AB; }
a { background-color: rgb(84,38,171); }
div.DivClassName
{
background-color: #5426AB;
}
.BgClassName
{
background-color: #5426AB;
}
</style>
border-color css
<style>
span { border-color: #5426AB; }
span { border-color: rgb(84,38,171); }
td.TdClassName
{
border-color: #5426AB;
}
.TagClassName
{
border-color: #5426AB;
}
</style>