Shades of Purple Heart #4F2BDA
Tints of Purple Heart #4F2BDA
RGB
CMYK
RGB Variations
Color information
#4F2BDA (or 0x4F2BDA) is known color: Purple Heart. HEX triplet: 4F, 2B and DA. RGB value is (79,43,218). Sum of RGB (Red+Green+Blue) = 79+43+218=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #4F2BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2BDA is #B0D425. Grayscale: #494949. Windows color (decimal): -11588646 or 14297935. OLE color: 14297935.
HSL color Cylindrical-coordinate representation of color #4F2BDA: hue angle of 252.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F2BDA is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 43 | 218 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.15 |
| HSL | 252.34º | 0.7% | 0.51% | - |
| HSV(B) | 252.34º | 0.8% | 0.85% | - |
| XYZ | 16.74 | 8.45 | 67.08 | - |
| YUV | 73.71 | 209.43 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 43 | 218 | 0.64 | 0.80 | 0 | 0.15 | 252.34 | 0.7 | 0.51 |
| Hex | 4F | 2B | DA | 40 | 50 | 0 | F | FC | 46 | 33 |
| Octal | 117 | 53 | 332 | 100 | 120 | 0 | 17 | 374 | 106 | 63 |
| Binary | 1001111 | 101011 | 11011010 | 1000000 | 1010000 | 0 | 1111 | 11111100 | 1000110 | 110011 |
Color Harmonies of #4F2BDA
Complementary color
Monochromatic Colors of #4F2BDA
Black with #4F2BDA
Text Example
Text Example
White with #4F2BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2BDA; }
p { color: rgb(79,43,218); }
H1.HeaderClassName
{
color: #4F2BDA;
}
.AnyTagClassName
{
color: #4F2BDA;
}
</style>
background-color css
<style>
a { background-color: #4F2BDA; }
a { background-color: rgb(79,43,218); }
div.DivClassName
{
background-color: #4F2BDA;
}
.BgClassName
{
background-color: #4F2BDA;
}
</style>
border-color css
<style>
span { border-color: #4F2BDA; }
span { border-color: rgb(79,43,218); }
td.TdClassName
{
border-color: #4F2BDA;
}
.TagClassName
{
border-color: #4F2BDA;
}
</style>