Shades of Purple Heart #4D10AB
Tints of Purple Heart #4D10AB
RGB
CMYK
RGB Variations
Color information
#4D10AB (or 0x4D10AB) is known color: Purple Heart. HEX triplet: 4D, 10 and AB. RGB value is (77,16,171). Sum of RGB (Red+Green+Blue) = 77+16+171=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D10AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D10AB is #B2EF54. Grayscale: #333333. Windows color (decimal): -11726677 or 11210829. OLE color: 11210829.
HSL color Cylindrical-coordinate representation of color #4D10AB: hue angle of 263.61º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D10AB is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 16 | 171 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.33 |
| HSL | 263.61º | 0.83% | 0.37% | - |
| HSV(B) | 263.61º | 0.91% | 0.67% | - |
| XYZ | 10.6 | 4.89 | 38.91 | - |
| YUV | 51.91 | 195.21 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 171 | 0.55 | 0.91 | 0 | 0.33 | 263.61 | 0.83 | 0.37 |
| Hex | 4D | 10 | AB | 37 | 5B | 0 | 21 | 108 | 53 | 25 |
| Octal | 115 | 20 | 253 | 67 | 133 | 0 | 41 | 410 | 123 | 45 |
| Binary | 1001101 | 10000 | 10101011 | 110111 | 1011011 | 0 | 100001 | 100001000 | 1010011 | 100101 |
Color Harmonies of #4D10AB
Complementary color
Monochromatic Colors of #4D10AB
Black with #4D10AB
Text Example
Text Example
White with #4D10AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D10AB; }
p { color: rgb(77,16,171); }
H1.HeaderClassName
{
color: #4D10AB;
}
.AnyTagClassName
{
color: #4D10AB;
}
</style>
background-color css
<style>
a { background-color: #4D10AB; }
a { background-color: rgb(77,16,171); }
div.DivClassName
{
background-color: #4D10AB;
}
.BgClassName
{
background-color: #4D10AB;
}
</style>
border-color css
<style>
span { border-color: #4D10AB; }
span { border-color: rgb(77,16,171); }
td.TdClassName
{
border-color: #4D10AB;
}
.TagClassName
{
border-color: #4D10AB;
}
</style>