Shades of Purple Heart #4F2DC7
Tints of Purple Heart #4F2DC7
RGB
CMYK
RGB Variations
Color information
#4F2DC7 (or 0x4F2DC7) is known color: Purple Heart. HEX triplet: 4F, 2D and C7. RGB value is (79,45,199). Sum of RGB (Red+Green+Blue) = 79+45+199=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 199 (78.12% from 255 or 61.61% from 323); Max value from RGB is 199 - color contains mainly: blue. Hex color #4F2DC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2DC7 is #B0D238. Grayscale: #484848. Windows color (decimal): -11588153 or 13053263. OLE color: 13053263.
HSL color Cylindrical-coordinate representation of color #4F2DC7: hue angle of 253.25º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F2DC7 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 45 | 199 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.22 |
| HSL | 253.25º | 0.63% | 0.48% | - |
| HSV(B) | 253.25º | 0.77% | 0.78% | - |
| XYZ | 14.47 | 7.66 | 54.75 | - |
| YUV | 72.72 | 199.26 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 45 | 199 | 0.60 | 0.77 | 0 | 0.22 | 253.25 | 0.63 | 0.48 |
| Hex | 4F | 2D | C7 | 3C | 4D | 0 | 16 | FD | 3F | 30 |
| Octal | 117 | 55 | 307 | 74 | 115 | 0 | 26 | 375 | 77 | 60 |
| Binary | 1001111 | 101101 | 11000111 | 111100 | 1001101 | 0 | 10110 | 11111101 | 111111 | 110000 |
Color Harmonies of #4F2DC7
Complementary color
Monochromatic Colors of #4F2DC7
Black with #4F2DC7
Text Example
Text Example
White with #4F2DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2DC7; }
p { color: rgb(79,45,199); }
H1.HeaderClassName
{
color: #4F2DC7;
}
.AnyTagClassName
{
color: #4F2DC7;
}
</style>
background-color css
<style>
a { background-color: #4F2DC7; }
a { background-color: rgb(79,45,199); }
div.DivClassName
{
background-color: #4F2DC7;
}
.BgClassName
{
background-color: #4F2DC7;
}
</style>
border-color css
<style>
span { border-color: #4F2DC7; }
span { border-color: rgb(79,45,199); }
td.TdClassName
{
border-color: #4F2DC7;
}
.TagClassName
{
border-color: #4F2DC7;
}
</style>