Shades of Purple Heart #5007BA
Tints of Purple Heart #5007BA
RGB
CMYK
RGB Variations
Color information
#5007BA (or 0x5007BA) is known color: Purple Heart. HEX triplet: 50, 07 and BA. RGB value is (80,7,186). Sum of RGB (Red+Green+Blue) = 80+7+186=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #5007BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5007BA is #AFF845. Grayscale: #303030. Windows color (decimal): -11532358 or 12191568. OLE color: 12191568.
HSL color Cylindrical-coordinate representation of color #5007BA: hue angle of 264.47º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5007BA is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 7 | 186 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.27 |
| HSL | 264.47º | 0.93% | 0.38% | - |
| HSV(B) | 264.47º | 0.96% | 0.73% | - |
| XYZ | 12.25 | 5.4 | 46.85 | - |
| YUV | 49.23 | 205.18 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 186 | 0.57 | 0.96 | 0 | 0.27 | 264.47 | 0.93 | 0.38 |
| Hex | 50 | 7 | BA | 39 | 60 | 0 | 1B | 108 | 5D | 26 |
| Octal | 120 | 7 | 272 | 71 | 140 | 0 | 33 | 410 | 135 | 46 |
| Binary | 1010000 | 111 | 10111010 | 111001 | 1100000 | 0 | 11011 | 100001000 | 1011101 | 100110 |
Color Harmonies of #5007BA
Complementary color
Monochromatic Colors of #5007BA
Black with #5007BA
Text Example
Text Example
White with #5007BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5007BA; }
p { color: rgb(80,7,186); }
H1.HeaderClassName
{
color: #5007BA;
}
.AnyTagClassName
{
color: #5007BA;
}
</style>
background-color css
<style>
a { background-color: #5007BA; }
a { background-color: rgb(80,7,186); }
div.DivClassName
{
background-color: #5007BA;
}
.BgClassName
{
background-color: #5007BA;
}
</style>
border-color css
<style>
span { border-color: #5007BA; }
span { border-color: rgb(80,7,186); }
td.TdClassName
{
border-color: #5007BA;
}
.TagClassName
{
border-color: #5007BA;
}
</style>