Shades of Purple Heart #4F14BE
Tints of Purple Heart #4F14BE
RGB
CMYK
RGB Variations
Color information
#4F14BE (or 0x4F14BE) is known color: Purple Heart. HEX triplet: 4F, 14 and BE. RGB value is (79,20,190). Sum of RGB (Red+Green+Blue) = 79+20+190=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F14BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F14BE is #B0EB41. Grayscale: #383838. Windows color (decimal): -11594562 or 12457039. OLE color: 12457039.
HSL color Cylindrical-coordinate representation of color #4F14BE: hue angle of 260.82º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F14BE is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 20 | 190 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.25 |
| HSL | 260.82º | 0.81% | 0.41% | - |
| HSV(B) | 260.82º | 0.89% | 0.75% | - |
| XYZ | 12.77 | 5.88 | 49.18 | - |
| YUV | 57.02 | 203.05 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 190 | 0.58 | 0.89 | 0 | 0.25 | 260.82 | 0.81 | 0.41 |
| Hex | 4F | 14 | BE | 3A | 59 | 0 | 19 | 105 | 51 | 29 |
| Octal | 117 | 24 | 276 | 72 | 131 | 0 | 31 | 405 | 121 | 51 |
| Binary | 1001111 | 10100 | 10111110 | 111010 | 1011001 | 0 | 11001 | 100000101 | 1010001 | 101001 |
Color Harmonies of #4F14BE
Complementary color
Monochromatic Colors of #4F14BE
Black with #4F14BE
Text Example
Text Example
White with #4F14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F14BE; }
p { color: rgb(79,20,190); }
H1.HeaderClassName
{
color: #4F14BE;
}
.AnyTagClassName
{
color: #4F14BE;
}
</style>
background-color css
<style>
a { background-color: #4F14BE; }
a { background-color: rgb(79,20,190); }
div.DivClassName
{
background-color: #4F14BE;
}
.BgClassName
{
background-color: #4F14BE;
}
</style>
border-color css
<style>
span { border-color: #4F14BE; }
span { border-color: rgb(79,20,190); }
td.TdClassName
{
border-color: #4F14BE;
}
.TagClassName
{
border-color: #4F14BE;
}
</style>