Shades of Purple Heart #4D10BA
Tints of Purple Heart #4D10BA
RGB
CMYK
RGB Variations
Color information
#4D10BA (or 0x4D10BA) is known color: Purple Heart. HEX triplet: 4D, 10 and BA. RGB value is (77,16,186). Sum of RGB (Red+Green+Blue) = 77+16+186=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D10BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D10BA is #B2EF45. Grayscale: #353535. Windows color (decimal): -11726662 or 12193869. OLE color: 12193869.
HSL color Cylindrical-coordinate representation of color #4D10BA: hue angle of 261.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D10BA is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 16 | 186 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.27 |
| HSL | 261.53º | 0.84% | 0.4% | - |
| HSV(B) | 261.53º | 0.91% | 0.73% | - |
| XYZ | 12.11 | 5.49 | 46.88 | - |
| YUV | 53.62 | 202.71 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 186 | 0.59 | 0.91 | 0 | 0.27 | 261.53 | 0.84 | 0.4 |
| Hex | 4D | 10 | BA | 3B | 5B | 0 | 1B | 106 | 54 | 28 |
| Octal | 115 | 20 | 272 | 73 | 133 | 0 | 33 | 406 | 124 | 50 |
| Binary | 1001101 | 10000 | 10111010 | 111011 | 1011011 | 0 | 11011 | 100000110 | 1010100 | 101000 |
Color Harmonies of #4D10BA
Complementary color
Monochromatic Colors of #4D10BA
Black with #4D10BA
Text Example
Text Example
White with #4D10BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D10BA; }
p { color: rgb(77,16,186); }
H1.HeaderClassName
{
color: #4D10BA;
}
.AnyTagClassName
{
color: #4D10BA;
}
</style>
background-color css
<style>
a { background-color: #4D10BA; }
a { background-color: rgb(77,16,186); }
div.DivClassName
{
background-color: #4D10BA;
}
.BgClassName
{
background-color: #4D10BA;
}
</style>
border-color css
<style>
span { border-color: #4D10BA; }
span { border-color: rgb(77,16,186); }
td.TdClassName
{
border-color: #4D10BA;
}
.TagClassName
{
border-color: #4D10BA;
}
</style>