Shades of Purple Heart #5431AE
Tints of Purple Heart #5431AE
RGB
CMYK
RGB Variations
Color information
#5431AE (or 0x5431AE) is known color: Purple Heart. HEX triplet: 54, 31 and AE. RGB value is (84,49,174). Sum of RGB (Red+Green+Blue) = 84+49+174=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #5431AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5431AE is #ABCE51. Grayscale: #494949. Windows color (decimal): -11259474 or 11415892. OLE color: 11415892.
HSL color Cylindrical-coordinate representation of color #5431AE: hue angle of 256.8º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5431AE is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 49 | 174 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.32 |
| HSL | 256.8º | 0.56% | 0.44% | - |
| HSV(B) | 256.8º | 0.72% | 0.68% | - |
| XYZ | 12.39 | 7.14 | 40.77 | - |
| YUV | 73.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 49 | 174 | 0.52 | 0.72 | 0 | 0.32 | 256.8 | 0.56 | 0.44 |
| Hex | 54 | 31 | AE | 34 | 48 | 0 | 20 | 101 | 38 | 2C |
| Octal | 124 | 61 | 256 | 64 | 110 | 0 | 40 | 401 | 70 | 54 |
| Binary | 1010100 | 110001 | 10101110 | 110100 | 1001000 | 0 | 100000 | 100000001 | 111000 | 101100 |
Color Harmonies of #5431AE
Complementary color
Monochromatic Colors of #5431AE
Black with #5431AE
Text Example
Text Example
White with #5431AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5431AE; }
p { color: rgb(84,49,174); }
H1.HeaderClassName
{
color: #5431AE;
}
.AnyTagClassName
{
color: #5431AE;
}
</style>
background-color css
<style>
a { background-color: #5431AE; }
a { background-color: rgb(84,49,174); }
div.DivClassName
{
background-color: #5431AE;
}
.BgClassName
{
background-color: #5431AE;
}
</style>
border-color css
<style>
span { border-color: #5431AE; }
span { border-color: rgb(84,49,174); }
td.TdClassName
{
border-color: #5431AE;
}
.TagClassName
{
border-color: #5431AE;
}
</style>