Shades of Purple Heart #4D16BD
Tints of Purple Heart #4D16BD
RGB
CMYK
RGB Variations
Color information
#4D16BD (or 0x4D16BD) is known color: Purple Heart. HEX triplet: 4D, 16 and BD. RGB value is (77,22,189). Sum of RGB (Red+Green+Blue) = 77+22+189=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D16BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D16BD is #B2E942. Grayscale: #383838. Windows color (decimal): -11725123 or 12392013. OLE color: 12392013.
HSL color Cylindrical-coordinate representation of color #4D16BD: hue angle of 259.76º 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 #4D16BD is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 22 | 189 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.26 |
| HSL | 259.76º | 0.79% | 0.41% | - |
| HSV(B) | 259.76º | 0.88% | 0.74% | - |
| XYZ | 12.53 | 5.83 | 48.61 | - |
| YUV | 57.48 | 202.22 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 189 | 0.59 | 0.88 | 0 | 0.26 | 259.76 | 0.79 | 0.41 |
| Hex | 4D | 16 | BD | 3B | 58 | 0 | 1A | 104 | 4F | 29 |
| Octal | 115 | 26 | 275 | 73 | 130 | 0 | 32 | 404 | 117 | 51 |
| Binary | 1001101 | 10110 | 10111101 | 111011 | 1011000 | 0 | 11010 | 100000100 | 1001111 | 101001 |
Color Harmonies of #4D16BD
Complementary color
Monochromatic Colors of #4D16BD
Black with #4D16BD
Text Example
Text Example
White with #4D16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D16BD; }
p { color: rgb(77,22,189); }
H1.HeaderClassName
{
color: #4D16BD;
}
.AnyTagClassName
{
color: #4D16BD;
}
</style>
background-color css
<style>
a { background-color: #4D16BD; }
a { background-color: rgb(77,22,189); }
div.DivClassName
{
background-color: #4D16BD;
}
.BgClassName
{
background-color: #4D16BD;
}
</style>
border-color css
<style>
span { border-color: #4D16BD; }
span { border-color: rgb(77,22,189); }
td.TdClassName
{
border-color: #4D16BD;
}
.TagClassName
{
border-color: #4D16BD;
}
</style>