Shades of Purple Heart #5426AD
Tints of Purple Heart #5426AD
RGB
CMYK
RGB Variations
Color information
#5426AD (or 0x5426AD) is known color: Purple Heart. HEX triplet: 54, 26 and AD. RGB value is (84,38,173). Sum of RGB (Red+Green+Blue) = 84+38+173=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #5426AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5426AD is #ABD952. Grayscale: #424242. Windows color (decimal): -11262291 or 11347540. OLE color: 11347540.
HSL color Cylindrical-coordinate representation of color #5426AD: hue angle of 260.44º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5426AD is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 38 | 173 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.32 |
| HSL | 260.44º | 0.64% | 0.41% | - |
| HSV(B) | 260.44º | 0.78% | 0.68% | - |
| XYZ | 11.89 | 6.29 | 40.12 | - |
| YUV | 67.14 | 187.74 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 173 | 0.51 | 0.78 | 0 | 0.32 | 260.44 | 0.64 | 0.41 |
| Hex | 54 | 26 | AD | 33 | 4E | 0 | 20 | 104 | 40 | 29 |
| Octal | 124 | 46 | 255 | 63 | 116 | 0 | 40 | 404 | 100 | 51 |
| Binary | 1010100 | 100110 | 10101101 | 110011 | 1001110 | 0 | 100000 | 100000100 | 1000000 | 101001 |
Color Harmonies of #5426AD
Complementary color
Monochromatic Colors of #5426AD
Black with #5426AD
Text Example
Text Example
White with #5426AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5426AD; }
p { color: rgb(84,38,173); }
H1.HeaderClassName
{
color: #5426AD;
}
.AnyTagClassName
{
color: #5426AD;
}
</style>
background-color css
<style>
a { background-color: #5426AD; }
a { background-color: rgb(84,38,173); }
div.DivClassName
{
background-color: #5426AD;
}
.BgClassName
{
background-color: #5426AD;
}
</style>
border-color css
<style>
span { border-color: #5426AD; }
span { border-color: rgb(84,38,173); }
td.TdClassName
{
border-color: #5426AD;
}
.TagClassName
{
border-color: #5426AD;
}
</style>