Shades of Purple Heart #5004BA
Tints of Purple Heart #5004BA
RGB
CMYK
RGB Variations
Color information
#5004BA (or 0x5004BA) is known color: Purple Heart. HEX triplet: 50, 04 and BA. RGB value is (80,4,186). Sum of RGB (Red+Green+Blue) = 80+4+186=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #5004BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5004BA is #AFFB45. Grayscale: #2E2E2E. Windows color (decimal): -11533126 or 12190800. OLE color: 12190800.
HSL color Cylindrical-coordinate representation of color #5004BA: hue angle of 265.05º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5004BA is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 4 | 186 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.27 |
| HSL | 265.06º | 0.96% | 0.37% | - |
| HSV(B) | 265.06º | 0.98% | 0.73% | - |
| XYZ | 12.21 | 5.34 | 46.84 | - |
| YUV | 47.47 | 206.18 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 186 | 0.57 | 0.98 | 0 | 0.27 | 265.06 | 0.96 | 0.37 |
| Hex | 50 | 4 | BA | 39 | 62 | 0 | 1B | 109 | 60 | 25 |
| Octal | 120 | 4 | 272 | 71 | 142 | 0 | 33 | 411 | 140 | 45 |
| Binary | 1010000 | 100 | 10111010 | 111001 | 1100010 | 0 | 11011 | 100001001 | 1100000 | 100101 |
Color Harmonies of #5004BA
Complementary color
Monochromatic Colors of #5004BA
Black with #5004BA
Text Example
Text Example
White with #5004BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5004BA; }
p { color: rgb(80,4,186); }
H1.HeaderClassName
{
color: #5004BA;
}
.AnyTagClassName
{
color: #5004BA;
}
</style>
background-color css
<style>
a { background-color: #5004BA; }
a { background-color: rgb(80,4,186); }
div.DivClassName
{
background-color: #5004BA;
}
.BgClassName
{
background-color: #5004BA;
}
</style>
border-color css
<style>
span { border-color: #5004BA; }
span { border-color: rgb(80,4,186); }
td.TdClassName
{
border-color: #5004BA;
}
.TagClassName
{
border-color: #5004BA;
}
</style>