Shades of Purple Heart #4E38CF
Tints of Purple Heart #4E38CF
RGB
CMYK
RGB Variations
Color information
#4E38CF (or 0x4E38CF) is known color: Purple Heart. HEX triplet: 4E, 38 and CF. RGB value is (78,56,207). Sum of RGB (Red+Green+Blue) = 78+56+207=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E38CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E38CF is #B1C730. Grayscale: #4F4F4F. Windows color (decimal): -11650865 or 13580366. OLE color: 13580366.
HSL color Cylindrical-coordinate representation of color #4E38CF: hue angle of 248.74º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E38CF is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 56 | 207 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.19 |
| HSL | 248.74º | 0.61% | 0.52% | - |
| HSV(B) | 248.74º | 0.73% | 0.81% | - |
| XYZ | 15.82 | 8.95 | 59.93 | - |
| YUV | 79.79 | 199.79 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 56 | 207 | 0.62 | 0.73 | 0 | 0.19 | 248.74 | 0.61 | 0.52 |
| Hex | 4E | 38 | CF | 3E | 49 | 0 | 13 | F9 | 3D | 34 |
| Octal | 116 | 70 | 317 | 76 | 111 | 0 | 23 | 371 | 75 | 64 |
| Binary | 1001110 | 111000 | 11001111 | 111110 | 1001001 | 0 | 10011 | 11111001 | 111101 | 110100 |
Color Harmonies of #4E38CF
Complementary color
Monochromatic Colors of #4E38CF
Black with #4E38CF
Text Example
Text Example
White with #4E38CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E38CF; }
p { color: rgb(78,56,207); }
H1.HeaderClassName
{
color: #4E38CF;
}
.AnyTagClassName
{
color: #4E38CF;
}
</style>
background-color css
<style>
a { background-color: #4E38CF; }
a { background-color: rgb(78,56,207); }
div.DivClassName
{
background-color: #4E38CF;
}
.BgClassName
{
background-color: #4E38CF;
}
</style>
border-color css
<style>
span { border-color: #4E38CF; }
span { border-color: rgb(78,56,207); }
td.TdClassName
{
border-color: #4E38CF;
}
.TagClassName
{
border-color: #4E38CF;
}
</style>