Shades of Purple Heart #4E3DC9
Tints of Purple Heart #4E3DC9
RGB
CMYK
RGB Variations
Color information
#4E3DC9 (or 0x4E3DC9) is known color: Purple Heart. HEX triplet: 4E, 3D and C9. RGB value is (78,61,201). Sum of RGB (Red+Green+Blue) = 78+61+201=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 201 (78.91% from 255 or 59.12% from 340); Max value from RGB is 201 - color contains mainly: blue. Hex color #4E3DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3DC9 is #B1C236. Grayscale: #515151. Windows color (decimal): -11649591 or 13188430. OLE color: 13188430.
HSL color Cylindrical-coordinate representation of color #4E3DC9: hue angle of 247.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E3DC9 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 61 | 201 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.21 |
| HSL | 247.29º | 0.56% | 0.51% | - |
| HSV(B) | 247.29º | 0.7% | 0.79% | - |
| XYZ | 15.35 | 9.17 | 56.22 | - |
| YUV | 82.04 | 195.13 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 61 | 201 | 0.61 | 0.70 | 0 | 0.21 | 247.29 | 0.56 | 0.51 |
| Hex | 4E | 3D | C9 | 3D | 46 | 0 | 15 | F7 | 38 | 33 |
| Octal | 116 | 75 | 311 | 75 | 106 | 0 | 25 | 367 | 70 | 63 |
| Binary | 1001110 | 111101 | 11001001 | 111101 | 1000110 | 0 | 10101 | 11110111 | 111000 | 110011 |
Color Harmonies of #4E3DC9
Complementary color
Monochromatic Colors of #4E3DC9
Black with #4E3DC9
Text Example
Text Example
White with #4E3DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3DC9; }
p { color: rgb(78,61,201); }
H1.HeaderClassName
{
color: #4E3DC9;
}
.AnyTagClassName
{
color: #4E3DC9;
}
</style>
background-color css
<style>
a { background-color: #4E3DC9; }
a { background-color: rgb(78,61,201); }
div.DivClassName
{
background-color: #4E3DC9;
}
.BgClassName
{
background-color: #4E3DC9;
}
</style>
border-color css
<style>
span { border-color: #4E3DC9; }
span { border-color: rgb(78,61,201); }
td.TdClassName
{
border-color: #4E3DC9;
}
.TagClassName
{
border-color: #4E3DC9;
}
</style>