Shades of Purple Heart #4D14AC
Tints of Purple Heart #4D14AC
RGB
CMYK
RGB Variations
Color information
#4D14AC (or 0x4D14AC) is known color: Purple Heart. HEX triplet: 4D, 14 and AC. RGB value is (77,20,172). Sum of RGB (Red+Green+Blue) = 77+20+172=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D14AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D14AC is #B2EB53. Grayscale: #353535. Windows color (decimal): -11725652 or 11277389. OLE color: 11277389.
HSL color Cylindrical-coordinate representation of color #4D14AC: hue angle of 262.5º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D14AC is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 20 | 172 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.33 |
| HSL | 262.5º | 0.79% | 0.38% | - |
| HSV(B) | 262.5º | 0.88% | 0.67% | - |
| XYZ | 10.76 | 5.06 | 39.44 | - |
| YUV | 54.37 | 194.38 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 172 | 0.55 | 0.88 | 0 | 0.33 | 262.5 | 0.79 | 0.38 |
| Hex | 4D | 14 | AC | 37 | 58 | 0 | 21 | 106 | 4F | 26 |
| Octal | 115 | 24 | 254 | 67 | 130 | 0 | 41 | 406 | 117 | 46 |
| Binary | 1001101 | 10100 | 10101100 | 110111 | 1011000 | 0 | 100001 | 100000110 | 1001111 | 100110 |
Color Harmonies of #4D14AC
Complementary color
Monochromatic Colors of #4D14AC
Black with #4D14AC
Text Example
Text Example
White with #4D14AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D14AC; }
p { color: rgb(77,20,172); }
H1.HeaderClassName
{
color: #4D14AC;
}
.AnyTagClassName
{
color: #4D14AC;
}
</style>
background-color css
<style>
a { background-color: #4D14AC; }
a { background-color: rgb(77,20,172); }
div.DivClassName
{
background-color: #4D14AC;
}
.BgClassName
{
background-color: #4D14AC;
}
</style>
border-color css
<style>
span { border-color: #4D14AC; }
span { border-color: rgb(77,20,172); }
td.TdClassName
{
border-color: #4D14AC;
}
.TagClassName
{
border-color: #4D14AC;
}
</style>