Shades of Purple Heart #4E2CCF
Tints of Purple Heart #4E2CCF
RGB
CMYK
RGB Variations
Color information
#4E2CCF (or 0x4E2CCF) is known color: Purple Heart. HEX triplet: 4E, 2C and CF. RGB value is (78,44,207). Sum of RGB (Red+Green+Blue) = 78+44+207=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E2CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2CCF is #B1D330. Grayscale: #484848. Windows color (decimal): -11653937 or 13577294. OLE color: 13577294.
HSL color Cylindrical-coordinate representation of color #4E2CCF: hue angle of 252.52º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E2CCF is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 44 | 207 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.19 |
| HSL | 252.52º | 0.65% | 0.49% | - |
| HSV(B) | 252.52º | 0.79% | 0.81% | - |
| XYZ | 15.31 | 7.93 | 59.75 | - |
| YUV | 72.75 | 203.76 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 44 | 207 | 0.62 | 0.79 | 0 | 0.19 | 252.52 | 0.65 | 0.49 |
| Hex | 4E | 2C | CF | 3E | 4F | 0 | 13 | FD | 41 | 31 |
| Octal | 116 | 54 | 317 | 76 | 117 | 0 | 23 | 375 | 101 | 61 |
| Binary | 1001110 | 101100 | 11001111 | 111110 | 1001111 | 0 | 10011 | 11111101 | 1000001 | 110001 |
Color Harmonies of #4E2CCF
Complementary color
Monochromatic Colors of #4E2CCF
Black with #4E2CCF
Text Example
Text Example
White with #4E2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2CCF; }
p { color: rgb(78,44,207); }
H1.HeaderClassName
{
color: #4E2CCF;
}
.AnyTagClassName
{
color: #4E2CCF;
}
</style>
background-color css
<style>
a { background-color: #4E2CCF; }
a { background-color: rgb(78,44,207); }
div.DivClassName
{
background-color: #4E2CCF;
}
.BgClassName
{
background-color: #4E2CCF;
}
</style>
border-color css
<style>
span { border-color: #4E2CCF; }
span { border-color: rgb(78,44,207); }
td.TdClassName
{
border-color: #4E2CCF;
}
.TagClassName
{
border-color: #4E2CCF;
}
</style>