Shades of Purple Heart #4F0FD1
Tints of Purple Heart #4F0FD1
RGB
CMYK
RGB Variations
Color information
#4F0FD1 (or 0x4F0FD1) is known color: Purple Heart. HEX triplet: 4F, 0F and D1. RGB value is (79,15,209). Sum of RGB (Red+Green+Blue) = 79+15+209=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 209 (82.03% from 255 or 68.98% from 303); Max value from RGB is 209 - color contains mainly: blue. Hex color #4F0FD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0FD1 is #B0F02E. Grayscale: #373737. Windows color (decimal): -11595823 or 13700943. OLE color: 13700943.
HSL color Cylindrical-coordinate representation of color #4F0FD1: hue angle of 259.79º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F0FD1 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 15 | 209 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.18 |
| HSL | 259.79º | 0.87% | 0.44% | - |
| HSV(B) | 259.79º | 0.93% | 0.82% | - |
| XYZ | 14.9 | 6.61 | 60.81 | - |
| YUV | 56.25 | 214.2 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 15 | 209 | 0.62 | 0.93 | 0 | 0.18 | 259.79 | 0.87 | 0.44 |
| Hex | 4F | F | D1 | 3E | 5D | 0 | 12 | 104 | 57 | 2C |
| Octal | 117 | 17 | 321 | 76 | 135 | 0 | 22 | 404 | 127 | 54 |
| Binary | 1001111 | 1111 | 11010001 | 111110 | 1011101 | 0 | 10010 | 100000100 | 1010111 | 101100 |
Color Harmonies of #4F0FD1
Complementary color
Monochromatic Colors of #4F0FD1
Black with #4F0FD1
Text Example
Text Example
White with #4F0FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0FD1; }
p { color: rgb(79,15,209); }
H1.HeaderClassName
{
color: #4F0FD1;
}
.AnyTagClassName
{
color: #4F0FD1;
}
</style>
background-color css
<style>
a { background-color: #4F0FD1; }
a { background-color: rgb(79,15,209); }
div.DivClassName
{
background-color: #4F0FD1;
}
.BgClassName
{
background-color: #4F0FD1;
}
</style>
border-color css
<style>
span { border-color: #4F0FD1; }
span { border-color: rgb(79,15,209); }
td.TdClassName
{
border-color: #4F0FD1;
}
.TagClassName
{
border-color: #4F0FD1;
}
</style>