Shades of Purple Heart #4E36DA
Tints of Purple Heart #4E36DA
RGB
CMYK
RGB Variations
Color information
#4E36DA (or 0x4E36DA) is known color: Purple Heart. HEX triplet: 4E, 36 and DA. RGB value is (78,54,218). Sum of RGB (Red+Green+Blue) = 78+54+218=350 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.29% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #4E36DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E36DA is #B1C925. Grayscale: #4F4F4F. Windows color (decimal): -11651366 or 14300750. OLE color: 14300750.
HSL color Cylindrical-coordinate representation of color #4E36DA: hue angle of 248.78º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E36DA is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 54 | 218 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.15 |
| HSL | 248.78º | 0.69% | 0.53% | - |
| HSV(B) | 248.78º | 0.75% | 0.85% | - |
| XYZ | 17.12 | 9.32 | 67.23 | - |
| YUV | 79.87 | 205.95 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 218 | 0.64 | 0.75 | 0 | 0.15 | 248.78 | 0.69 | 0.53 |
| Hex | 4E | 36 | DA | 40 | 4B | 0 | F | F9 | 45 | 35 |
| Octal | 116 | 66 | 332 | 100 | 113 | 0 | 17 | 371 | 105 | 65 |
| Binary | 1001110 | 110110 | 11011010 | 1000000 | 1001011 | 0 | 1111 | 11111001 | 1000101 | 110101 |
Color Harmonies of #4E36DA
Complementary color
Monochromatic Colors of #4E36DA
Black with #4E36DA
Text Example
Text Example
White with #4E36DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E36DA; }
p { color: rgb(78,54,218); }
H1.HeaderClassName
{
color: #4E36DA;
}
.AnyTagClassName
{
color: #4E36DA;
}
</style>
background-color css
<style>
a { background-color: #4E36DA; }
a { background-color: rgb(78,54,218); }
div.DivClassName
{
background-color: #4E36DA;
}
.BgClassName
{
background-color: #4E36DA;
}
</style>
border-color css
<style>
span { border-color: #4E36DA; }
span { border-color: rgb(78,54,218); }
td.TdClassName
{
border-color: #4E36DA;
}
.TagClassName
{
border-color: #4E36DA;
}
</style>