Shades of Purple Heart #4F2ED3
Tints of Purple Heart #4F2ED3
RGB
CMYK
RGB Variations
Color information
#4F2ED3 (or 0x4F2ED3) is known color: Purple Heart. HEX triplet: 4F, 2E and D3. RGB value is (79,46,211). Sum of RGB (Red+Green+Blue) = 79+46+211=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 211 (82.81% from 255 or 62.80% from 336); Max value from RGB is 211 - color contains mainly: blue. Hex color #4F2ED3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2ED3 is #B0D12C. Grayscale: #4A4A4A. Windows color (decimal): -11587885 or 13839951. OLE color: 13839951.
HSL color Cylindrical-coordinate representation of color #4F2ED3: hue angle of 252º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F2ED3 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 79 | 46 | 211 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.17 |
| HSL | 252º | 0.65% | 0.5% | - |
| HSV(B) | 252º | 0.78% | 0.83% | - |
| XYZ | 15.96 | 8.32 | 62.39 | - |
| YUV | 74.68 | 204.93 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 46 | 211 | 0.63 | 0.78 | 0 | 0.17 | 252 | 0.65 | 0.5 |
| Hex | 4F | 2E | D3 | 3F | 4E | 0 | 11 | FC | 41 | 32 |
| Octal | 117 | 56 | 323 | 77 | 116 | 0 | 21 | 374 | 101 | 62 |
| Binary | 1001111 | 101110 | 11010011 | 111111 | 1001110 | 0 | 10001 | 11111100 | 1000001 | 110010 |
Color Harmonies of #4F2ED3
Complementary color
Monochromatic Colors of #4F2ED3
Black with #4F2ED3
Text Example
Text Example
White with #4F2ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2ED3; }
p { color: rgb(79,46,211); }
H1.HeaderClassName
{
color: #4F2ED3;
}
.AnyTagClassName
{
color: #4F2ED3;
}
</style>
background-color css
<style>
a { background-color: #4F2ED3; }
a { background-color: rgb(79,46,211); }
div.DivClassName
{
background-color: #4F2ED3;
}
.BgClassName
{
background-color: #4F2ED3;
}
</style>
border-color css
<style>
span { border-color: #4F2ED3; }
span { border-color: rgb(79,46,211); }
td.TdClassName
{
border-color: #4F2ED3;
}
.TagClassName
{
border-color: #4F2ED3;
}
</style>