Shades of Purple Heart #4D16BC
Tints of Purple Heart #4D16BC
RGB
CMYK
RGB Variations
Color information
#4D16BC (or 0x4D16BC) is known color: Purple Heart. HEX triplet: 4D, 16 and BC. RGB value is (77,22,188). Sum of RGB (Red+Green+Blue) = 77+22+188=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D16BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D16BC is #B2E943. Grayscale: #383838. Windows color (decimal): -11725124 or 12326477. OLE color: 12326477.
HSL color Cylindrical-coordinate representation of color #4D16BC: hue angle of 259.88º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D16BC is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 22 | 188 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.26 |
| HSL | 259.88º | 0.79% | 0.41% | - |
| HSV(B) | 259.88º | 0.88% | 0.74% | - |
| XYZ | 12.42 | 5.78 | 48.04 | - |
| YUV | 57.37 | 201.72 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 188 | 0.59 | 0.88 | 0 | 0.26 | 259.88 | 0.79 | 0.41 |
| Hex | 4D | 16 | BC | 3B | 58 | 0 | 1A | 104 | 4F | 29 |
| Octal | 115 | 26 | 274 | 73 | 130 | 0 | 32 | 404 | 117 | 51 |
| Binary | 1001101 | 10110 | 10111100 | 111011 | 1011000 | 0 | 11010 | 100000100 | 1001111 | 101001 |
Color Harmonies of #4D16BC
Complementary color
Monochromatic Colors of #4D16BC
Black with #4D16BC
Text Example
Text Example
White with #4D16BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D16BC; }
p { color: rgb(77,22,188); }
H1.HeaderClassName
{
color: #4D16BC;
}
.AnyTagClassName
{
color: #4D16BC;
}
</style>
background-color css
<style>
a { background-color: #4D16BC; }
a { background-color: rgb(77,22,188); }
div.DivClassName
{
background-color: #4D16BC;
}
.BgClassName
{
background-color: #4D16BC;
}
</style>
border-color css
<style>
span { border-color: #4D16BC; }
span { border-color: rgb(77,22,188); }
td.TdClassName
{
border-color: #4D16BC;
}
.TagClassName
{
border-color: #4D16BC;
}
</style>