Shades of Purple Heart #5023BA
Tints of Purple Heart #5023BA
RGB
CMYK
RGB Variations
Color information
#5023BA (or 0x5023BA) is known color: Purple Heart. HEX triplet: 50, 23 and BA. RGB value is (80,35,186). Sum of RGB (Red+Green+Blue) = 80+35+186=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #5023BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5023BA is #AFDC45. Grayscale: #414141. Windows color (decimal): -11525190 or 12198736. OLE color: 12198736.
HSL color Cylindrical-coordinate representation of color #5023BA: hue angle of 257.88º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5023BA is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 35 | 186 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.27 |
| HSL | 257.88º | 0.68% | 0.43% | - |
| HSV(B) | 257.88º | 0.81% | 0.73% | - |
| XYZ | 12.77 | 6.45 | 47.03 | - |
| YUV | 65.67 | 195.91 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 186 | 0.57 | 0.81 | 0 | 0.27 | 257.88 | 0.68 | 0.43 |
| Hex | 50 | 23 | BA | 39 | 51 | 0 | 1B | 102 | 44 | 2B |
| Octal | 120 | 43 | 272 | 71 | 121 | 0 | 33 | 402 | 104 | 53 |
| Binary | 1010000 | 100011 | 10111010 | 111001 | 1010001 | 0 | 11011 | 100000010 | 1000100 | 101011 |
Color Harmonies of #5023BA
Complementary color
Monochromatic Colors of #5023BA
Black with #5023BA
Text Example
Text Example
White with #5023BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5023BA; }
p { color: rgb(80,35,186); }
H1.HeaderClassName
{
color: #5023BA;
}
.AnyTagClassName
{
color: #5023BA;
}
</style>
background-color css
<style>
a { background-color: #5023BA; }
a { background-color: rgb(80,35,186); }
div.DivClassName
{
background-color: #5023BA;
}
.BgClassName
{
background-color: #5023BA;
}
</style>
border-color css
<style>
span { border-color: #5023BA; }
span { border-color: rgb(80,35,186); }
td.TdClassName
{
border-color: #5023BA;
}
.TagClassName
{
border-color: #5023BA;
}
</style>