Shades of Purple Heart #4C31DB
Tints of Purple Heart #4C31DB
RGB
CMYK
RGB Variations
Color information
#4C31DB (or 0x4C31DB) is known color: Purple Heart. HEX triplet: 4C, 31 and DB. RGB value is (76,49,219). Sum of RGB (Red+Green+Blue) = 76+49+219=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C31DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C31DB is #B3CE24. Grayscale: #4B4B4B. Windows color (decimal): -11783717 or 14365004. OLE color: 14365004.
HSL color Cylindrical-coordinate representation of color #4C31DB: hue angle of 249.53º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C31DB is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 49 | 219 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.14 |
| HSL | 249.53º | 0.7% | 0.53% | - |
| HSV(B) | 249.53º | 0.78% | 0.86% | - |
| XYZ | 16.86 | 8.85 | 67.84 | - |
| YUV | 76.45 | 208.45 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 49 | 219 | 0.65 | 0.78 | 0 | 0.14 | 249.53 | 0.7 | 0.53 |
| Hex | 4C | 31 | DB | 41 | 4E | 0 | E | FA | 46 | 35 |
| Octal | 114 | 61 | 333 | 101 | 116 | 0 | 16 | 372 | 106 | 65 |
| Binary | 1001100 | 110001 | 11011011 | 1000001 | 1001110 | 0 | 1110 | 11111010 | 1000110 | 110101 |
Color Harmonies of #4C31DB
Complementary color
Monochromatic Colors of #4C31DB
Black with #4C31DB
Text Example
Text Example
White with #4C31DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C31DB; }
p { color: rgb(76,49,219); }
H1.HeaderClassName
{
color: #4C31DB;
}
.AnyTagClassName
{
color: #4C31DB;
}
</style>
background-color css
<style>
a { background-color: #4C31DB; }
a { background-color: rgb(76,49,219); }
div.DivClassName
{
background-color: #4C31DB;
}
.BgClassName
{
background-color: #4C31DB;
}
</style>
border-color css
<style>
span { border-color: #4C31DB; }
span { border-color: rgb(76,49,219); }
td.TdClassName
{
border-color: #4C31DB;
}
.TagClassName
{
border-color: #4C31DB;
}
</style>