Shades of Purple Heart #4D14BD
Tints of Purple Heart #4D14BD
RGB
CMYK
RGB Variations
Color information
#4D14BD (or 0x4D14BD) is known color: Purple Heart. HEX triplet: 4D, 14 and BD. RGB value is (77,20,189). Sum of RGB (Red+Green+Blue) = 77+20+189=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D14BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D14BD is #B2EB42. Grayscale: #373737. Windows color (decimal): -11725635 or 12391501. OLE color: 12391501.
HSL color Cylindrical-coordinate representation of color #4D14BD: hue angle of 260.24º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D14BD is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 20 | 189 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.26 |
| HSL | 260.24º | 0.81% | 0.41% | - |
| HSV(B) | 260.24º | 0.89% | 0.74% | - |
| XYZ | 12.5 | 5.75 | 48.6 | - |
| YUV | 56.31 | 202.88 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 189 | 0.59 | 0.89 | 0 | 0.26 | 260.24 | 0.81 | 0.41 |
| Hex | 4D | 14 | BD | 3B | 59 | 0 | 1A | 104 | 51 | 29 |
| Octal | 115 | 24 | 275 | 73 | 131 | 0 | 32 | 404 | 121 | 51 |
| Binary | 1001101 | 10100 | 10111101 | 111011 | 1011001 | 0 | 11010 | 100000100 | 1010001 | 101001 |
Color Harmonies of #4D14BD
Complementary color
Monochromatic Colors of #4D14BD
Black with #4D14BD
Text Example
Text Example
White with #4D14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D14BD; }
p { color: rgb(77,20,189); }
H1.HeaderClassName
{
color: #4D14BD;
}
.AnyTagClassName
{
color: #4D14BD;
}
</style>
background-color css
<style>
a { background-color: #4D14BD; }
a { background-color: rgb(77,20,189); }
div.DivClassName
{
background-color: #4D14BD;
}
.BgClassName
{
background-color: #4D14BD;
}
</style>
border-color css
<style>
span { border-color: #4D14BD; }
span { border-color: rgb(77,20,189); }
td.TdClassName
{
border-color: #4D14BD;
}
.TagClassName
{
border-color: #4D14BD;
}
</style>