Shades of Purple Heart #5030BA
Tints of Purple Heart #5030BA
RGB
CMYK
RGB Variations
Color information
#5030BA (or 0x5030BA) is known color: Purple Heart. HEX triplet: 50, 30 and BA. RGB value is (80,48,186). Sum of RGB (Red+Green+Blue) = 80+48+186=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #5030BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5030BA is #AFCF45. Grayscale: #484848. Windows color (decimal): -11521862 or 12202064. OLE color: 12202064.
HSL color Cylindrical-coordinate representation of color #5030BA: hue angle of 253.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5030BA is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 48 | 186 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.27 |
| HSL | 253.91º | 0.59% | 0.46% | - |
| HSV(B) | 253.91º | 0.74% | 0.73% | - |
| XYZ | 13.23 | 7.36 | 47.18 | - |
| YUV | 73.3 | 191.6 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 186 | 0.57 | 0.74 | 0 | 0.27 | 253.91 | 0.59 | 0.46 |
| Hex | 50 | 30 | BA | 39 | 4A | 0 | 1B | FE | 3B | 2E |
| Octal | 120 | 60 | 272 | 71 | 112 | 0 | 33 | 376 | 73 | 56 |
| Binary | 1010000 | 110000 | 10111010 | 111001 | 1001010 | 0 | 11011 | 11111110 | 111011 | 101110 |
Color Harmonies of #5030BA
Complementary color
Monochromatic Colors of #5030BA
Black with #5030BA
Text Example
Text Example
White with #5030BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5030BA; }
p { color: rgb(80,48,186); }
H1.HeaderClassName
{
color: #5030BA;
}
.AnyTagClassName
{
color: #5030BA;
}
</style>
background-color css
<style>
a { background-color: #5030BA; }
a { background-color: rgb(80,48,186); }
div.DivClassName
{
background-color: #5030BA;
}
.BgClassName
{
background-color: #5030BA;
}
</style>
border-color css
<style>
span { border-color: #5030BA; }
span { border-color: rgb(80,48,186); }
td.TdClassName
{
border-color: #5030BA;
}
.TagClassName
{
border-color: #5030BA;
}
</style>