Shades of Purple Heart #4D16CD
Tints of Purple Heart #4D16CD
RGB
CMYK
RGB Variations
Color information
#4D16CD (or 0x4D16CD) is known color: Purple Heart. HEX triplet: 4D, 16 and CD. RGB value is (77,22,205). Sum of RGB (Red+Green+Blue) = 77+22+205=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D16CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D16CD is #B2E932. Grayscale: #3A3A3A. Windows color (decimal): -11725107 or 13440589. OLE color: 13440589.
HSL color Cylindrical-coordinate representation of color #4D16CD: hue angle of 258.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D16CD is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 22 | 205 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.20 |
| HSL | 258.03º | 0.81% | 0.45% | - |
| HSV(B) | 258.03º | 0.89% | 0.8% | - |
| XYZ | 14.37 | 6.56 | 58.27 | - |
| YUV | 59.31 | 210.22 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 205 | 0.62 | 0.89 | 0 | 0.20 | 258.03 | 0.81 | 0.45 |
| Hex | 4D | 16 | CD | 3E | 59 | 0 | 14 | 102 | 51 | 2D |
| Octal | 115 | 26 | 315 | 76 | 131 | 0 | 24 | 402 | 121 | 55 |
| Binary | 1001101 | 10110 | 11001101 | 111110 | 1011001 | 0 | 10100 | 100000010 | 1010001 | 101101 |
Color Harmonies of #4D16CD
Complementary color
Monochromatic Colors of #4D16CD
Black with #4D16CD
Text Example
Text Example
White with #4D16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D16CD; }
p { color: rgb(77,22,205); }
H1.HeaderClassName
{
color: #4D16CD;
}
.AnyTagClassName
{
color: #4D16CD;
}
</style>
background-color css
<style>
a { background-color: #4D16CD; }
a { background-color: rgb(77,22,205); }
div.DivClassName
{
background-color: #4D16CD;
}
.BgClassName
{
background-color: #4D16CD;
}
</style>
border-color css
<style>
span { border-color: #4D16CD; }
span { border-color: rgb(77,22,205); }
td.TdClassName
{
border-color: #4D16CD;
}
.TagClassName
{
border-color: #4D16CD;
}
</style>