Shades of Purple Heart #4D16AD
Tints of Purple Heart #4D16AD
RGB
CMYK
RGB Variations
Color information
#4D16AD (or 0x4D16AD) is known color: Purple Heart. HEX triplet: 4D, 16 and AD. RGB value is (77,22,173). Sum of RGB (Red+Green+Blue) = 77+22+173=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D16AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D16AD is #B2E952. Grayscale: #373737. Windows color (decimal): -11725139 or 11343437. OLE color: 11343437.
HSL color Cylindrical-coordinate representation of color #4D16AD: hue angle of 261.85º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D16AD is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 22 | 173 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.32 |
| HSL | 261.85º | 0.77% | 0.38% | - |
| HSV(B) | 261.85º | 0.87% | 0.68% | - |
| XYZ | 10.89 | 5.17 | 39.96 | - |
| YUV | 55.66 | 194.22 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 173 | 0.55 | 0.87 | 0 | 0.32 | 261.85 | 0.77 | 0.38 |
| Hex | 4D | 16 | AD | 37 | 57 | 0 | 20 | 106 | 4D | 26 |
| Octal | 115 | 26 | 255 | 67 | 127 | 0 | 40 | 406 | 115 | 46 |
| Binary | 1001101 | 10110 | 10101101 | 110111 | 1010111 | 0 | 100000 | 100000110 | 1001101 | 100110 |
Color Harmonies of #4D16AD
Complementary color
Monochromatic Colors of #4D16AD
Black with #4D16AD
Text Example
Text Example
White with #4D16AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D16AD; }
p { color: rgb(77,22,173); }
H1.HeaderClassName
{
color: #4D16AD;
}
.AnyTagClassName
{
color: #4D16AD;
}
</style>
background-color css
<style>
a { background-color: #4D16AD; }
a { background-color: rgb(77,22,173); }
div.DivClassName
{
background-color: #4D16AD;
}
.BgClassName
{
background-color: #4D16AD;
}
</style>
border-color css
<style>
span { border-color: #4D16AD; }
span { border-color: rgb(77,22,173); }
td.TdClassName
{
border-color: #4D16AD;
}
.TagClassName
{
border-color: #4D16AD;
}
</style>