Shades of Purple Heart #4E35C4
Tints of Purple Heart #4E35C4
RGB
CMYK
RGB Variations
Color information
#4E35C4 (or 0x4E35C4) is known color: Purple Heart. HEX triplet: 4E, 35 and C4. RGB value is (78,53,196). Sum of RGB (Red+Green+Blue) = 78+53+196=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 196 (76.95% from 255 or 59.94% from 327); Max value from RGB is 196 - color contains mainly: blue. Hex color #4E35C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E35C4 is #B1CA3B. Grayscale: #4C4C4C. Windows color (decimal): -11651644 or 12858702. OLE color: 12858702.
HSL color Cylindrical-coordinate representation of color #4E35C4: hue angle of 250.49º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E35C4 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 53 | 196 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.23 |
| HSL | 250.49º | 0.57% | 0.49% | - |
| HSV(B) | 250.49º | 0.73% | 0.77% | - |
| XYZ | 14.38 | 8.15 | 53.04 | - |
| YUV | 76.78 | 195.28 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 196 | 0.60 | 0.73 | 0 | 0.23 | 250.49 | 0.57 | 0.49 |
| Hex | 4E | 35 | C4 | 3C | 49 | 0 | 17 | FA | 39 | 31 |
| Octal | 116 | 65 | 304 | 74 | 111 | 0 | 27 | 372 | 71 | 61 |
| Binary | 1001110 | 110101 | 11000100 | 111100 | 1001001 | 0 | 10111 | 11111010 | 111001 | 110001 |
Color Harmonies of #4E35C4
Complementary color
Monochromatic Colors of #4E35C4
Black with #4E35C4
Text Example
Text Example
White with #4E35C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E35C4; }
p { color: rgb(78,53,196); }
H1.HeaderClassName
{
color: #4E35C4;
}
.AnyTagClassName
{
color: #4E35C4;
}
</style>
background-color css
<style>
a { background-color: #4E35C4; }
a { background-color: rgb(78,53,196); }
div.DivClassName
{
background-color: #4E35C4;
}
.BgClassName
{
background-color: #4E35C4;
}
</style>
border-color css
<style>
span { border-color: #4E35C4; }
span { border-color: rgb(78,53,196); }
td.TdClassName
{
border-color: #4E35C4;
}
.TagClassName
{
border-color: #4E35C4;
}
</style>