Shades of Purple Heart #4D1DBE
Tints of Purple Heart #4D1DBE
RGB
CMYK
RGB Variations
Color information
#4D1DBE (or 0x4D1DBE) is known color: Purple Heart. HEX triplet: 4D, 1D and BE. RGB value is (77,29,190). Sum of RGB (Red+Green+Blue) = 77+29+190=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D1DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1DBE is #B2E241. Grayscale: #3D3D3D. Windows color (decimal): -11723330 or 12459341. OLE color: 12459341.
HSL color Cylindrical-coordinate representation of color #4D1DBE: hue angle of 257.89º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1DBE is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 29 | 190 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.25 |
| HSL | 257.89º | 0.74% | 0.43% | - |
| HSV(B) | 257.89º | 0.85% | 0.75% | - |
| XYZ | 12.79 | 6.17 | 49.23 | - |
| YUV | 61.71 | 200.4 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 190 | 0.59 | 0.85 | 0 | 0.25 | 257.89 | 0.74 | 0.43 |
| Hex | 4D | 1D | BE | 3B | 55 | 0 | 19 | 102 | 4A | 2B |
| Octal | 115 | 35 | 276 | 73 | 125 | 0 | 31 | 402 | 112 | 53 |
| Binary | 1001101 | 11101 | 10111110 | 111011 | 1010101 | 0 | 11001 | 100000010 | 1001010 | 101011 |
Color Harmonies of #4D1DBE
Complementary color
Monochromatic Colors of #4D1DBE
Black with #4D1DBE
Text Example
Text Example
White with #4D1DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1DBE; }
p { color: rgb(77,29,190); }
H1.HeaderClassName
{
color: #4D1DBE;
}
.AnyTagClassName
{
color: #4D1DBE;
}
</style>
background-color css
<style>
a { background-color: #4D1DBE; }
a { background-color: rgb(77,29,190); }
div.DivClassName
{
background-color: #4D1DBE;
}
.BgClassName
{
background-color: #4D1DBE;
}
</style>
border-color css
<style>
span { border-color: #4D1DBE; }
span { border-color: rgb(77,29,190); }
td.TdClassName
{
border-color: #4D1DBE;
}
.TagClassName
{
border-color: #4D1DBE;
}
</style>