Shades of Purple Heart #4F2CDB
Tints of Purple Heart #4F2CDB
RGB
CMYK
RGB Variations
Color information
#4F2CDB (or 0x4F2CDB) is known color: Purple Heart. HEX triplet: 4F, 2C and DB. RGB value is (79,44,219). Sum of RGB (Red+Green+Blue) = 79+44+219=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F2CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2CDB is #B0D324. Grayscale: #494949. Windows color (decimal): -11588389 or 14363727. OLE color: 14363727.
HSL color Cylindrical-coordinate representation of color #4F2CDB: hue angle of 252º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F2CDB is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 44 | 219 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.14 |
| HSL | 252º | 0.71% | 0.52% | - |
| HSV(B) | 252º | 0.8% | 0.86% | - |
| XYZ | 16.91 | 8.58 | 67.78 | - |
| YUV | 74.42 | 209.6 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 44 | 219 | 0.64 | 0.80 | 0 | 0.14 | 252 | 0.71 | 0.52 |
| Hex | 4F | 2C | DB | 40 | 50 | 0 | E | FC | 47 | 34 |
| Octal | 117 | 54 | 333 | 100 | 120 | 0 | 16 | 374 | 107 | 64 |
| Binary | 1001111 | 101100 | 11011011 | 1000000 | 1010000 | 0 | 1110 | 11111100 | 1000111 | 110100 |
Color Harmonies of #4F2CDB
Complementary color
Monochromatic Colors of #4F2CDB
Black with #4F2CDB
Text Example
Text Example
White with #4F2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2CDB; }
p { color: rgb(79,44,219); }
H1.HeaderClassName
{
color: #4F2CDB;
}
.AnyTagClassName
{
color: #4F2CDB;
}
</style>
background-color css
<style>
a { background-color: #4F2CDB; }
a { background-color: rgb(79,44,219); }
div.DivClassName
{
background-color: #4F2CDB;
}
.BgClassName
{
background-color: #4F2CDB;
}
</style>
border-color css
<style>
span { border-color: #4F2CDB; }
span { border-color: rgb(79,44,219); }
td.TdClassName
{
border-color: #4F2CDB;
}
.TagClassName
{
border-color: #4F2CDB;
}
</style>