Shades of Purple Heart #4E35DC
Tints of Purple Heart #4E35DC
RGB
CMYK
RGB Variations
Color information
#4E35DC (or 0x4E35DC) is known color: Purple Heart. HEX triplet: 4E, 35 and DC. RGB value is (78,53,220). Sum of RGB (Red+Green+Blue) = 78+53+220=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E35DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E35DC is #B1CA23. Grayscale: #4E4E4E. Windows color (decimal): -11651620 or 14431566. OLE color: 14431566.
HSL color Cylindrical-coordinate representation of color #4E35DC: hue angle of 248.98º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E35DC is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 53 | 220 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.14 |
| HSL | 248.98º | 0.7% | 0.54% | - |
| HSV(B) | 248.98º | 0.76% | 0.86% | - |
| XYZ | 17.33 | 9.33 | 68.6 | - |
| YUV | 79.51 | 207.28 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 220 | 0.65 | 0.76 | 0 | 0.14 | 248.98 | 0.7 | 0.54 |
| Hex | 4E | 35 | DC | 41 | 4C | 0 | E | F9 | 46 | 36 |
| Octal | 116 | 65 | 334 | 101 | 114 | 0 | 16 | 371 | 106 | 66 |
| Binary | 1001110 | 110101 | 11011100 | 1000001 | 1001100 | 0 | 1110 | 11111001 | 1000110 | 110110 |
Color Harmonies of #4E35DC
Complementary color
Monochromatic Colors of #4E35DC
Black with #4E35DC
Text Example
Text Example
White with #4E35DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E35DC; }
p { color: rgb(78,53,220); }
H1.HeaderClassName
{
color: #4E35DC;
}
.AnyTagClassName
{
color: #4E35DC;
}
</style>
background-color css
<style>
a { background-color: #4E35DC; }
a { background-color: rgb(78,53,220); }
div.DivClassName
{
background-color: #4E35DC;
}
.BgClassName
{
background-color: #4E35DC;
}
</style>
border-color css
<style>
span { border-color: #4E35DC; }
span { border-color: rgb(78,53,220); }
td.TdClassName
{
border-color: #4E35DC;
}
.TagClassName
{
border-color: #4E35DC;
}
</style>