Shades of Purple Heart #5423AE
Tints of Purple Heart #5423AE
RGB
CMYK
RGB Variations
Color information
#5423AE (or 0x5423AE) is known color: Purple Heart. HEX triplet: 54, 23 and AE. RGB value is (84,35,174). Sum of RGB (Red+Green+Blue) = 84+35+174=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #5423AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5423AE is #ABDC51. Grayscale: #404040. Windows color (decimal): -11263058 or 11412308. OLE color: 11412308.
HSL color Cylindrical-coordinate representation of color #5423AE: hue angle of 261.15º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5423AE is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 35 | 174 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.32 |
| HSL | 261.15º | 0.67% | 0.41% | - |
| HSV(B) | 261.15º | 0.8% | 0.68% | - |
| XYZ | 11.9 | 6.14 | 40.6 | - |
| YUV | 65.5 | 189.23 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 35 | 174 | 0.52 | 0.80 | 0 | 0.32 | 261.15 | 0.67 | 0.41 |
| Hex | 54 | 23 | AE | 34 | 50 | 0 | 20 | 105 | 43 | 29 |
| Octal | 124 | 43 | 256 | 64 | 120 | 0 | 40 | 405 | 103 | 51 |
| Binary | 1010100 | 100011 | 10101110 | 110100 | 1010000 | 0 | 100000 | 100000101 | 1000011 | 101001 |
Color Harmonies of #5423AE
Complementary color
Monochromatic Colors of #5423AE
Black with #5423AE
Text Example
Text Example
White with #5423AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5423AE; }
p { color: rgb(84,35,174); }
H1.HeaderClassName
{
color: #5423AE;
}
.AnyTagClassName
{
color: #5423AE;
}
</style>
background-color css
<style>
a { background-color: #5423AE; }
a { background-color: rgb(84,35,174); }
div.DivClassName
{
background-color: #5423AE;
}
.BgClassName
{
background-color: #5423AE;
}
</style>
border-color css
<style>
span { border-color: #5423AE; }
span { border-color: rgb(84,35,174); }
td.TdClassName
{
border-color: #5423AE;
}
.TagClassName
{
border-color: #5423AE;
}
</style>