Shades of Purple Heart #5023AF
Tints of Purple Heart #5023AF
RGB
CMYK
RGB Variations
Color information
#5023AF (or 0x5023AF) is known color: Purple Heart. HEX triplet: 50, 23 and AF. RGB value is (80,35,175). Sum of RGB (Red+Green+Blue) = 80+35+175=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #5023AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5023AF is #AFDC50. Grayscale: #3F3F3F. Windows color (decimal): -11525201 or 11477840. OLE color: 11477840.
HSL color Cylindrical-coordinate representation of color #5023AF: hue angle of 259.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5023AF is Cyan = 0.54, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 35 | 175 | - |
| CMYK | 0.54 | 0.8 | 0 | 0.31 |
| HSL | 259.29º | 0.67% | 0.41% | - |
| HSV(B) | 259.29º | 0.8% | 0.69% | - |
| XYZ | 11.65 | 6 | 41.1 | - |
| YUV | 64.42 | 190.41 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 175 | 0.54 | 0.8 | 0 | 0.31 | 259.29 | 0.67 | 0.41 |
| Hex | 50 | 23 | AF | 36 | 50 | 0 | 1F | 103 | 43 | 29 |
| Octal | 120 | 43 | 257 | 66 | 120 | 0 | 37 | 403 | 103 | 51 |
| Binary | 1010000 | 100011 | 10101111 | 110110 | 1010000 | 0 | 11111 | 100000011 | 1000011 | 101001 |
Color Harmonies of #5023AF
Complementary color
Monochromatic Colors of #5023AF
Black with #5023AF
Text Example
Text Example
White with #5023AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5023AF; }
p { color: rgb(80,35,175); }
H1.HeaderClassName
{
color: #5023AF;
}
.AnyTagClassName
{
color: #5023AF;
}
</style>
background-color css
<style>
a { background-color: #5023AF; }
a { background-color: rgb(80,35,175); }
div.DivClassName
{
background-color: #5023AF;
}
.BgClassName
{
background-color: #5023AF;
}
</style>
border-color css
<style>
span { border-color: #5023AF; }
span { border-color: rgb(80,35,175); }
td.TdClassName
{
border-color: #5023AF;
}
.TagClassName
{
border-color: #5023AF;
}
</style>