Shades of Purple Heart #4E3AD1
Tints of Purple Heart #4E3AD1
RGB
CMYK
RGB Variations
Color information
#4E3AD1 (or 0x4E3AD1) is known color: Purple Heart. HEX triplet: 4E, 3A and D1. RGB value is (78,58,209). Sum of RGB (Red+Green+Blue) = 78+58+209=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 209 (82.03% from 255 or 60.58% from 345); Max value from RGB is 209 - color contains mainly: blue. Hex color #4E3AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3AD1 is #B1C52E. Grayscale: #505050. Windows color (decimal): -11650351 or 13711950. OLE color: 13711950.
HSL color Cylindrical-coordinate representation of color #4E3AD1: hue angle of 247.95º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E3AD1 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 58 | 209 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.18 |
| HSL | 247.95º | 0.62% | 0.52% | - |
| HSV(B) | 247.95º | 0.72% | 0.82% | - |
| XYZ | 16.16 | 9.25 | 61.25 | - |
| YUV | 81.19 | 200.13 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 58 | 209 | 0.63 | 0.72 | 0 | 0.18 | 247.95 | 0.62 | 0.52 |
| Hex | 4E | 3A | D1 | 3F | 48 | 0 | 12 | F8 | 3E | 34 |
| Octal | 116 | 72 | 321 | 77 | 110 | 0 | 22 | 370 | 76 | 64 |
| Binary | 1001110 | 111010 | 11010001 | 111111 | 1001000 | 0 | 10010 | 11111000 | 111110 | 110100 |
Color Harmonies of #4E3AD1
Complementary color
Monochromatic Colors of #4E3AD1
Black with #4E3AD1
Text Example
Text Example
White with #4E3AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3AD1; }
p { color: rgb(78,58,209); }
H1.HeaderClassName
{
color: #4E3AD1;
}
.AnyTagClassName
{
color: #4E3AD1;
}
</style>
background-color css
<style>
a { background-color: #4E3AD1; }
a { background-color: rgb(78,58,209); }
div.DivClassName
{
background-color: #4E3AD1;
}
.BgClassName
{
background-color: #4E3AD1;
}
</style>
border-color css
<style>
span { border-color: #4E3AD1; }
span { border-color: rgb(78,58,209); }
td.TdClassName
{
border-color: #4E3AD1;
}
.TagClassName
{
border-color: #4E3AD1;
}
</style>