Shades of Purple Heart #4D19BC
Tints of Purple Heart #4D19BC
RGB
CMYK
RGB Variations
Color information
#4D19BC (or 0x4D19BC) is known color: Purple Heart. HEX triplet: 4D, 19 and BC. RGB value is (77,25,188). Sum of RGB (Red+Green+Blue) = 77+25+188=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D19BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D19BC is #B2E643. Grayscale: #3A3A3A. Windows color (decimal): -11724356 or 12327245. OLE color: 12327245.
HSL color Cylindrical-coordinate representation of color #4D19BC: hue angle of 259.14º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D19BC is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 25 | 188 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.26 |
| HSL | 259.14º | 0.77% | 0.42% | - |
| HSV(B) | 259.14º | 0.87% | 0.74% | - |
| XYZ | 12.49 | 5.9 | 48.06 | - |
| YUV | 59.13 | 200.73 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 188 | 0.59 | 0.87 | 0 | 0.26 | 259.14 | 0.77 | 0.42 |
| Hex | 4D | 19 | BC | 3B | 57 | 0 | 1A | 103 | 4D | 2A |
| Octal | 115 | 31 | 274 | 73 | 127 | 0 | 32 | 403 | 115 | 52 |
| Binary | 1001101 | 11001 | 10111100 | 111011 | 1010111 | 0 | 11010 | 100000011 | 1001101 | 101010 |
Color Harmonies of #4D19BC
Complementary color
Monochromatic Colors of #4D19BC
Black with #4D19BC
Text Example
Text Example
White with #4D19BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D19BC; }
p { color: rgb(77,25,188); }
H1.HeaderClassName
{
color: #4D19BC;
}
.AnyTagClassName
{
color: #4D19BC;
}
</style>
background-color css
<style>
a { background-color: #4D19BC; }
a { background-color: rgb(77,25,188); }
div.DivClassName
{
background-color: #4D19BC;
}
.BgClassName
{
background-color: #4D19BC;
}
</style>
border-color css
<style>
span { border-color: #4D19BC; }
span { border-color: rgb(77,25,188); }
td.TdClassName
{
border-color: #4D19BC;
}
.TagClassName
{
border-color: #4D19BC;
}
</style>