Shades of Purple Heart #4F1ED1
Tints of Purple Heart #4F1ED1
RGB
CMYK
RGB Variations
Color information
#4F1ED1 (or 0x4F1ED1) is known color: Purple Heart. HEX triplet: 4F, 1E and D1. RGB value is (79,30,209). Sum of RGB (Red+Green+Blue) = 79+30+209=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 209 (82.03% from 255 or 65.72% from 318); Max value from RGB is 209 - color contains mainly: blue. Hex color #4F1ED1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1ED1 is #B0E12E. Grayscale: #404040. Windows color (decimal): -11591983 or 13704783. OLE color: 13704783.
HSL color Cylindrical-coordinate representation of color #4F1ED1: hue angle of 256.42º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F1ED1 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 30 | 209 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.18 |
| HSL | 256.42º | 0.75% | 0.47% | - |
| HSV(B) | 256.42º | 0.86% | 0.82% | - |
| XYZ | 15.2 | 7.19 | 60.91 | - |
| YUV | 65.06 | 209.23 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 30 | 209 | 0.62 | 0.86 | 0 | 0.18 | 256.42 | 0.75 | 0.47 |
| Hex | 4F | 1E | D1 | 3E | 56 | 0 | 12 | 100 | 4B | 2F |
| Octal | 117 | 36 | 321 | 76 | 126 | 0 | 22 | 400 | 113 | 57 |
| Binary | 1001111 | 11110 | 11010001 | 111110 | 1010110 | 0 | 10010 | 100000000 | 1001011 | 101111 |
Color Harmonies of #4F1ED1
Complementary color
Monochromatic Colors of #4F1ED1
Black with #4F1ED1
Text Example
Text Example
White with #4F1ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1ED1; }
p { color: rgb(79,30,209); }
H1.HeaderClassName
{
color: #4F1ED1;
}
.AnyTagClassName
{
color: #4F1ED1;
}
</style>
background-color css
<style>
a { background-color: #4F1ED1; }
a { background-color: rgb(79,30,209); }
div.DivClassName
{
background-color: #4F1ED1;
}
.BgClassName
{
background-color: #4F1ED1;
}
</style>
border-color css
<style>
span { border-color: #4F1ED1; }
span { border-color: rgb(79,30,209); }
td.TdClassName
{
border-color: #4F1ED1;
}
.TagClassName
{
border-color: #4F1ED1;
}
</style>