Shades of Purple Heart #5001BA
Tints of Purple Heart #5001BA
RGB
CMYK
RGB Variations
Color information
#5001BA (or 0x5001BA) is known color: Purple Heart. HEX triplet: 50, 01 and BA. RGB value is (80,1,186). Sum of RGB (Red+Green+Blue) = 80+1+186=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #5001BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5001BA is #AFFE45. Grayscale: #2D2D2D. Windows color (decimal): -11533894 or 12190032. OLE color: 12190032.
HSL color Cylindrical-coordinate representation of color #5001BA: hue angle of 265.62º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5001BA is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 1 | 186 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.27 |
| HSL | 265.62º | 0.99% | 0.37% | - |
| HSV(B) | 265.62º | 0.99% | 0.73% | - |
| XYZ | 12.18 | 5.27 | 46.83 | - |
| YUV | 45.71 | 207.17 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 186 | 0.57 | 0.99 | 0 | 0.27 | 265.62 | 0.99 | 0.37 |
| Hex | 50 | 1 | BA | 39 | 63 | 0 | 1B | 10A | 63 | 25 |
| Octal | 120 | 1 | 272 | 71 | 143 | 0 | 33 | 412 | 143 | 45 |
| Binary | 1010000 | 1 | 10111010 | 111001 | 1100011 | 0 | 11011 | 100001010 | 1100011 | 100101 |
Color Harmonies of #5001BA
Complementary color
Monochromatic Colors of #5001BA
Black with #5001BA
Text Example
Text Example
White with #5001BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5001BA; }
p { color: rgb(80,1,186); }
H1.HeaderClassName
{
color: #5001BA;
}
.AnyTagClassName
{
color: #5001BA;
}
</style>
background-color css
<style>
a { background-color: #5001BA; }
a { background-color: rgb(80,1,186); }
div.DivClassName
{
background-color: #5001BA;
}
.BgClassName
{
background-color: #5001BA;
}
</style>
border-color css
<style>
span { border-color: #5001BA; }
span { border-color: rgb(80,1,186); }
td.TdClassName
{
border-color: #5001BA;
}
.TagClassName
{
border-color: #5001BA;
}
</style>