Shades of Purple Heart #4E0BCF
Tints of Purple Heart #4E0BCF
RGB
CMYK
RGB Variations
Color information
#4E0BCF (or 0x4E0BCF) is known color: Purple Heart. HEX triplet: 4E, 0B and CF. RGB value is (78,11,207). Sum of RGB (Red+Green+Blue) = 78+11+207=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E0BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0BCF is #B1F430. Grayscale: #343434. Windows color (decimal): -11662385 or 13568846. OLE color: 13568846.
HSL color Cylindrical-coordinate representation of color #4E0BCF: hue angle of 260.51º degrees, saturation: 0.9, 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 #4E0BCF is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 78 | 11 | 207 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.19 |
| HSL | 260.51º | 0.9% | 0.43% | - |
| HSV(B) | 260.51º | 0.95% | 0.81% | - |
| XYZ | 14.52 | 6.36 | 59.49 | - |
| YUV | 53.38 | 214.7 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 11 | 207 | 0.62 | 0.95 | 0 | 0.19 | 260.51 | 0.9 | 0.43 |
| Hex | 4E | B | CF | 3E | 5F | 0 | 13 | 105 | 5A | 2B |
| Octal | 116 | 13 | 317 | 76 | 137 | 0 | 23 | 405 | 132 | 53 |
| Binary | 1001110 | 1011 | 11001111 | 111110 | 1011111 | 0 | 10011 | 100000101 | 1011010 | 101011 |
Color Harmonies of #4E0BCF
Complementary color
Monochromatic Colors of #4E0BCF
Black with #4E0BCF
Text Example
Text Example
White with #4E0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0BCF; }
p { color: rgb(78,11,207); }
H1.HeaderClassName
{
color: #4E0BCF;
}
.AnyTagClassName
{
color: #4E0BCF;
}
</style>
background-color css
<style>
a { background-color: #4E0BCF; }
a { background-color: rgb(78,11,207); }
div.DivClassName
{
background-color: #4E0BCF;
}
.BgClassName
{
background-color: #4E0BCF;
}
</style>
border-color css
<style>
span { border-color: #4E0BCF; }
span { border-color: rgb(78,11,207); }
td.TdClassName
{
border-color: #4E0BCF;
}
.TagClassName
{
border-color: #4E0BCF;
}
</style>