Shades of Purple Heart #4E0FBF
Tints of Purple Heart #4E0FBF
RGB
CMYK
RGB Variations
Color information
#4E0FBF (or 0x4E0FBF) is known color: Purple Heart. HEX triplet: 4E, 0F and BF. RGB value is (78,15,191). Sum of RGB (Red+Green+Blue) = 78+15+191=284 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.46% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 191 (75% from 255 or 67.25% from 284); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E0FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0FBF is #B1F040. Grayscale: #353535. Windows color (decimal): -11661377 or 12521294. OLE color: 12521294.
HSL color Cylindrical-coordinate representation of color #4E0FBF: hue angle of 261.48º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E0FBF is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 15 | 191 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.25 |
| HSL | 261.48º | 0.85% | 0.4% | - |
| HSV(B) | 261.48º | 0.92% | 0.75% | - |
| XYZ | 12.72 | 5.72 | 49.72 | - |
| YUV | 53.9 | 205.37 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 191 | 0.59 | 0.92 | 0 | 0.25 | 261.48 | 0.85 | 0.4 |
| Hex | 4E | F | BF | 3B | 5C | 0 | 19 | 105 | 55 | 28 |
| Octal | 116 | 17 | 277 | 73 | 134 | 0 | 31 | 405 | 125 | 50 |
| Binary | 1001110 | 1111 | 10111111 | 111011 | 1011100 | 0 | 11001 | 100000101 | 1010101 | 101000 |
Color Harmonies of #4E0FBF
Complementary color
Monochromatic Colors of #4E0FBF
Black with #4E0FBF
Text Example
Text Example
White with #4E0FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0FBF; }
p { color: rgb(78,15,191); }
H1.HeaderClassName
{
color: #4E0FBF;
}
.AnyTagClassName
{
color: #4E0FBF;
}
</style>
background-color css
<style>
a { background-color: #4E0FBF; }
a { background-color: rgb(78,15,191); }
div.DivClassName
{
background-color: #4E0FBF;
}
.BgClassName
{
background-color: #4E0FBF;
}
</style>
border-color css
<style>
span { border-color: #4E0FBF; }
span { border-color: rgb(78,15,191); }
td.TdClassName
{
border-color: #4E0FBF;
}
.TagClassName
{
border-color: #4E0FBF;
}
</style>