Shades of Purple Heart #4D2FDB
Tints of Purple Heart #4D2FDB
RGB
CMYK
RGB Variations
Color information
#4D2FDB (or 0x4D2FDB) is known color: Purple Heart. HEX triplet: 4D, 2F and DB. RGB value is (77,47,219). Sum of RGB (Red+Green+Blue) = 77+47+219=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D2FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2FDB is #B2D024. Grayscale: #4A4A4A. Windows color (decimal): -11718693 or 14364493. OLE color: 14364493.
HSL color Cylindrical-coordinate representation of color #4D2FDB: hue angle of 250.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D2FDB is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 47 | 219 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.14 |
| HSL | 250.47º | 0.7% | 0.52% | - |
| HSV(B) | 250.47º | 0.79% | 0.86% | - |
| XYZ | 16.86 | 8.73 | 67.81 | - |
| YUV | 75.58 | 208.94 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 219 | 0.65 | 0.79 | 0 | 0.14 | 250.47 | 0.7 | 0.52 |
| Hex | 4D | 2F | DB | 41 | 4F | 0 | E | FA | 46 | 34 |
| Octal | 115 | 57 | 333 | 101 | 117 | 0 | 16 | 372 | 106 | 64 |
| Binary | 1001101 | 101111 | 11011011 | 1000001 | 1001111 | 0 | 1110 | 11111010 | 1000110 | 110100 |
Color Harmonies of #4D2FDB
Complementary color
Monochromatic Colors of #4D2FDB
Black with #4D2FDB
Text Example
Text Example
White with #4D2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2FDB; }
p { color: rgb(77,47,219); }
H1.HeaderClassName
{
color: #4D2FDB;
}
.AnyTagClassName
{
color: #4D2FDB;
}
</style>
background-color css
<style>
a { background-color: #4D2FDB; }
a { background-color: rgb(77,47,219); }
div.DivClassName
{
background-color: #4D2FDB;
}
.BgClassName
{
background-color: #4D2FDB;
}
</style>
border-color css
<style>
span { border-color: #4D2FDB; }
span { border-color: rgb(77,47,219); }
td.TdClassName
{
border-color: #4D2FDB;
}
.TagClassName
{
border-color: #4D2FDB;
}
</style>