Shades of Purple Heart #4C32DB
Tints of Purple Heart #4C32DB
RGB
CMYK
RGB Variations
Color information
#4C32DB (or 0x4C32DB) is known color: Purple Heart. HEX triplet: 4C, 32 and DB. RGB value is (76,50,219). Sum of RGB (Red+Green+Blue) = 76+50+219=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C32DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C32DB is #B3CD24. Grayscale: #4C4C4C. Windows color (decimal): -11783461 or 14365260. OLE color: 14365260.
HSL color Cylindrical-coordinate representation of color #4C32DB: hue angle of 249.23º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C32DB is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 50 | 219 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.14 |
| HSL | 249.23º | 0.7% | 0.53% | - |
| HSV(B) | 249.23º | 0.77% | 0.86% | - |
| XYZ | 16.91 | 8.93 | 67.85 | - |
| YUV | 77.04 | 208.11 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 219 | 0.65 | 0.77 | 0 | 0.14 | 249.23 | 0.7 | 0.53 |
| Hex | 4C | 32 | DB | 41 | 4D | 0 | E | F9 | 46 | 35 |
| Octal | 114 | 62 | 333 | 101 | 115 | 0 | 16 | 371 | 106 | 65 |
| Binary | 1001100 | 110010 | 11011011 | 1000001 | 1001101 | 0 | 1110 | 11111001 | 1000110 | 110101 |
Color Harmonies of #4C32DB
Complementary color
Monochromatic Colors of #4C32DB
Black with #4C32DB
Text Example
Text Example
White with #4C32DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C32DB; }
p { color: rgb(76,50,219); }
H1.HeaderClassName
{
color: #4C32DB;
}
.AnyTagClassName
{
color: #4C32DB;
}
</style>
background-color css
<style>
a { background-color: #4C32DB; }
a { background-color: rgb(76,50,219); }
div.DivClassName
{
background-color: #4C32DB;
}
.BgClassName
{
background-color: #4C32DB;
}
</style>
border-color css
<style>
span { border-color: #4C32DB; }
span { border-color: rgb(76,50,219); }
td.TdClassName
{
border-color: #4C32DB;
}
.TagClassName
{
border-color: #4C32DB;
}
</style>