Shades of Purple Heart #4E0ACF
Tints of Purple Heart #4E0ACF
RGB
CMYK
RGB Variations
Color information
#4E0ACF (or 0x4E0ACF) is known color: Purple Heart. HEX triplet: 4E, 0A and CF. RGB value is (78,10,207). Sum of RGB (Red+Green+Blue) = 78+10+207=295 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.44% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E0ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0ACF is #B1F530. Grayscale: #343434. Windows color (decimal): -11662641 or 13568590. OLE color: 13568590.
HSL color Cylindrical-coordinate representation of color #4E0ACF: hue angle of 260.71º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0ACF is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 10 | 207 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.19 |
| HSL | 260.71º | 0.91% | 0.43% | - |
| HSV(B) | 260.71º | 0.95% | 0.81% | - |
| XYZ | 14.51 | 6.34 | 59.49 | - |
| YUV | 52.79 | 215.03 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 10 | 207 | 0.62 | 0.95 | 0 | 0.19 | 260.71 | 0.91 | 0.43 |
| Hex | 4E | A | CF | 3E | 5F | 0 | 13 | 105 | 5B | 2B |
| Octal | 116 | 12 | 317 | 76 | 137 | 0 | 23 | 405 | 133 | 53 |
| Binary | 1001110 | 1010 | 11001111 | 111110 | 1011111 | 0 | 10011 | 100000101 | 1011011 | 101011 |
Color Harmonies of #4E0ACF
Complementary color
Monochromatic Colors of #4E0ACF
Black with #4E0ACF
Text Example
Text Example
White with #4E0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0ACF; }
p { color: rgb(78,10,207); }
H1.HeaderClassName
{
color: #4E0ACF;
}
.AnyTagClassName
{
color: #4E0ACF;
}
</style>
background-color css
<style>
a { background-color: #4E0ACF; }
a { background-color: rgb(78,10,207); }
div.DivClassName
{
background-color: #4E0ACF;
}
.BgClassName
{
background-color: #4E0ACF;
}
</style>
border-color css
<style>
span { border-color: #4E0ACF; }
span { border-color: rgb(78,10,207); }
td.TdClassName
{
border-color: #4E0ACF;
}
.TagClassName
{
border-color: #4E0ACF;
}
</style>