Shades of Purple Heart #4D30DB
Tints of Purple Heart #4D30DB
RGB
CMYK
RGB Variations
Color information
#4D30DB (or 0x4D30DB) is known color: Purple Heart. HEX triplet: 4D, 30 and DB. RGB value is (77,48,219). Sum of RGB (Red+Green+Blue) = 77+48+219=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D30DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D30DB is #B2CF24. Grayscale: #4B4B4B. Windows color (decimal): -11718437 or 14364749. OLE color: 14364749.
HSL color Cylindrical-coordinate representation of color #4D30DB: hue angle of 250.18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D30DB is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 48 | 219 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.14 |
| HSL | 250.18º | 0.7% | 0.52% | - |
| HSV(B) | 250.18º | 0.78% | 0.86% | - |
| XYZ | 16.9 | 8.81 | 67.83 | - |
| YUV | 76.17 | 208.61 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 219 | 0.65 | 0.78 | 0 | 0.14 | 250.18 | 0.7 | 0.52 |
| Hex | 4D | 30 | DB | 41 | 4E | 0 | E | FA | 46 | 34 |
| Octal | 115 | 60 | 333 | 101 | 116 | 0 | 16 | 372 | 106 | 64 |
| Binary | 1001101 | 110000 | 11011011 | 1000001 | 1001110 | 0 | 1110 | 11111010 | 1000110 | 110100 |
Color Harmonies of #4D30DB
Complementary color
Monochromatic Colors of #4D30DB
Black with #4D30DB
Text Example
Text Example
White with #4D30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D30DB; }
p { color: rgb(77,48,219); }
H1.HeaderClassName
{
color: #4D30DB;
}
.AnyTagClassName
{
color: #4D30DB;
}
</style>
background-color css
<style>
a { background-color: #4D30DB; }
a { background-color: rgb(77,48,219); }
div.DivClassName
{
background-color: #4D30DB;
}
.BgClassName
{
background-color: #4D30DB;
}
</style>
border-color css
<style>
span { border-color: #4D30DB; }
span { border-color: rgb(77,48,219); }
td.TdClassName
{
border-color: #4D30DB;
}
.TagClassName
{
border-color: #4D30DB;
}
</style>