Shades of Purple Heart #5023AE
Tints of Purple Heart #5023AE
RGB
CMYK
RGB Variations
Color information
#5023AE (or 0x5023AE) is known color: Purple Heart. HEX triplet: 50, 23 and AE. RGB value is (80,35,174). Sum of RGB (Red+Green+Blue) = 80+35+174=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #5023AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5023AE is #AFDC51. Grayscale: #3F3F3F. Windows color (decimal): -11525202 or 11412304. OLE color: 11412304.
HSL color Cylindrical-coordinate representation of color #5023AE: hue angle of 259.42º 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 #5023AE is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 35 | 174 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.32 |
| HSL | 259.42º | 0.67% | 0.41% | - |
| HSV(B) | 259.42º | 0.8% | 0.68% | - |
| XYZ | 11.55 | 5.96 | 40.59 | - |
| YUV | 64.3 | 189.91 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 174 | 0.54 | 0.80 | 0 | 0.32 | 259.42 | 0.67 | 0.41 |
| Hex | 50 | 23 | AE | 36 | 50 | 0 | 20 | 103 | 43 | 29 |
| Octal | 120 | 43 | 256 | 66 | 120 | 0 | 40 | 403 | 103 | 51 |
| Binary | 1010000 | 100011 | 10101110 | 110110 | 1010000 | 0 | 100000 | 100000011 | 1000011 | 101001 |
Color Harmonies of #5023AE
Complementary color
Monochromatic Colors of #5023AE
Black with #5023AE
Text Example
Text Example
White with #5023AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5023AE; }
p { color: rgb(80,35,174); }
H1.HeaderClassName
{
color: #5023AE;
}
.AnyTagClassName
{
color: #5023AE;
}
</style>
background-color css
<style>
a { background-color: #5023AE; }
a { background-color: rgb(80,35,174); }
div.DivClassName
{
background-color: #5023AE;
}
.BgClassName
{
background-color: #5023AE;
}
</style>
border-color css
<style>
span { border-color: #5023AE; }
span { border-color: rgb(80,35,174); }
td.TdClassName
{
border-color: #5023AE;
}
.TagClassName
{
border-color: #5023AE;
}
</style>