Shades of Purple Heart #5022BA
Tints of Purple Heart #5022BA
RGB
CMYK
RGB Variations
Color information
#5022BA (or 0x5022BA) is known color: Purple Heart. HEX triplet: 50, 22 and BA. RGB value is (80,34,186). Sum of RGB (Red+Green+Blue) = 80+34+186=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #5022BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5022BA is #AFDD45. Grayscale: #404040. Windows color (decimal): -11525446 or 12198480. OLE color: 12198480.
HSL color Cylindrical-coordinate representation of color #5022BA: hue angle of 258.16º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5022BA is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 34 | 186 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.27 |
| HSL | 258.16º | 0.69% | 0.43% | - |
| HSV(B) | 258.16º | 0.82% | 0.73% | - |
| XYZ | 12.74 | 6.39 | 47.02 | - |
| YUV | 65.08 | 196.24 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 186 | 0.57 | 0.82 | 0 | 0.27 | 258.16 | 0.69 | 0.43 |
| Hex | 50 | 22 | BA | 39 | 52 | 0 | 1B | 102 | 45 | 2B |
| Octal | 120 | 42 | 272 | 71 | 122 | 0 | 33 | 402 | 105 | 53 |
| Binary | 1010000 | 100010 | 10111010 | 111001 | 1010010 | 0 | 11011 | 100000010 | 1000101 | 101011 |
Color Harmonies of #5022BA
Complementary color
Monochromatic Colors of #5022BA
Black with #5022BA
Text Example
Text Example
White with #5022BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5022BA; }
p { color: rgb(80,34,186); }
H1.HeaderClassName
{
color: #5022BA;
}
.AnyTagClassName
{
color: #5022BA;
}
</style>
background-color css
<style>
a { background-color: #5022BA; }
a { background-color: rgb(80,34,186); }
div.DivClassName
{
background-color: #5022BA;
}
.BgClassName
{
background-color: #5022BA;
}
</style>
border-color css
<style>
span { border-color: #5022BA; }
span { border-color: rgb(80,34,186); }
td.TdClassName
{
border-color: #5022BA;
}
.TagClassName
{
border-color: #5022BA;
}
</style>