Shades of Purple Heart #4F2ECD
Tints of Purple Heart #4F2ECD
RGB
CMYK
RGB Variations
Color information
#4F2ECD (or 0x4F2ECD) is known color: Purple Heart. HEX triplet: 4F, 2E and CD. RGB value is (79,46,205). Sum of RGB (Red+Green+Blue) = 79+46+205=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F2ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2ECD is #B0D132. Grayscale: #494949. Windows color (decimal): -11587891 or 13446735. OLE color: 13446735.
HSL color Cylindrical-coordinate representation of color #4F2ECD: hue angle of 252.45º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F2ECD is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 46 | 205 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.20 |
| HSL | 252.45º | 0.63% | 0.49% | - |
| HSV(B) | 252.45º | 0.78% | 0.8% | - |
| XYZ | 15.22 | 8.02 | 58.5 | - |
| YUV | 73.99 | 201.93 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 46 | 205 | 0.61 | 0.78 | 0 | 0.20 | 252.45 | 0.63 | 0.49 |
| Hex | 4F | 2E | CD | 3D | 4E | 0 | 14 | FC | 3F | 31 |
| Octal | 117 | 56 | 315 | 75 | 116 | 0 | 24 | 374 | 77 | 61 |
| Binary | 1001111 | 101110 | 11001101 | 111101 | 1001110 | 0 | 10100 | 11111100 | 111111 | 110001 |
Color Harmonies of #4F2ECD
Complementary color
Monochromatic Colors of #4F2ECD
Black with #4F2ECD
Text Example
Text Example
White with #4F2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2ECD; }
p { color: rgb(79,46,205); }
H1.HeaderClassName
{
color: #4F2ECD;
}
.AnyTagClassName
{
color: #4F2ECD;
}
</style>
background-color css
<style>
a { background-color: #4F2ECD; }
a { background-color: rgb(79,46,205); }
div.DivClassName
{
background-color: #4F2ECD;
}
.BgClassName
{
background-color: #4F2ECD;
}
</style>
border-color css
<style>
span { border-color: #4F2ECD; }
span { border-color: rgb(79,46,205); }
td.TdClassName
{
border-color: #4F2ECD;
}
.TagClassName
{
border-color: #4F2ECD;
}
</style>