Shades of Purple Heart #4F0EAD
Tints of Purple Heart #4F0EAD
RGB
CMYK
RGB Variations
Color information
#4F0EAD (or 0x4F0EAD) is known color: Purple Heart. HEX triplet: 4F, 0E and AD. RGB value is (79,14,173). Sum of RGB (Red+Green+Blue) = 79+14+173=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F0EAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0EAD is #B0F152. Grayscale: #323232. Windows color (decimal): -11596115 or 11341391. OLE color: 11341391.
HSL color Cylindrical-coordinate representation of color #4F0EAD: hue angle of 264.53º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F0EAD is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 14 | 173 | - |
| CMYK | 0.54 | 0.92 | 0 | 0.32 |
| HSL | 264.53º | 0.85% | 0.37% | - |
| HSV(B) | 264.53º | 0.92% | 0.68% | - |
| XYZ | 10.92 | 4.99 | 39.92 | - |
| YUV | 51.56 | 196.53 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 14 | 173 | 0.54 | 0.92 | 0 | 0.32 | 264.53 | 0.85 | 0.37 |
| Hex | 4F | E | AD | 36 | 5C | 0 | 20 | 109 | 55 | 25 |
| Octal | 117 | 16 | 255 | 66 | 134 | 0 | 40 | 411 | 125 | 45 |
| Binary | 1001111 | 1110 | 10101101 | 110110 | 1011100 | 0 | 100000 | 100001001 | 1010101 | 100101 |
Color Harmonies of #4F0EAD
Complementary color
Monochromatic Colors of #4F0EAD
Black with #4F0EAD
Text Example
Text Example
White with #4F0EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0EAD; }
p { color: rgb(79,14,173); }
H1.HeaderClassName
{
color: #4F0EAD;
}
.AnyTagClassName
{
color: #4F0EAD;
}
</style>
background-color css
<style>
a { background-color: #4F0EAD; }
a { background-color: rgb(79,14,173); }
div.DivClassName
{
background-color: #4F0EAD;
}
.BgClassName
{
background-color: #4F0EAD;
}
</style>
border-color css
<style>
span { border-color: #4F0EAD; }
span { border-color: rgb(79,14,173); }
td.TdClassName
{
border-color: #4F0EAD;
}
.TagClassName
{
border-color: #4F0EAD;
}
</style>