Shades of Purple Heart #4C21BC
Tints of Purple Heart #4C21BC
RGB
CMYK
RGB Variations
Color information
#4C21BC (or 0x4C21BC) is known color: Purple Heart. HEX triplet: 4C, 21 and BC. RGB value is (76,33,188). Sum of RGB (Red+Green+Blue) = 76+33+188=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C21BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C21BC is #B3DE43. Grayscale: #3E3E3E. Windows color (decimal): -11787844 or 12329292. OLE color: 12329292.
HSL color Cylindrical-coordinate representation of color #4C21BC: hue angle of 256.65º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C21BC is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 33 | 188 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.26 |
| HSL | 256.65º | 0.7% | 0.43% | - |
| HSV(B) | 256.65º | 0.82% | 0.74% | - |
| XYZ | 12.6 | 6.26 | 48.12 | - |
| YUV | 63.53 | 198.25 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 188 | 0.60 | 0.82 | 0 | 0.26 | 256.65 | 0.7 | 0.43 |
| Hex | 4C | 21 | BC | 3C | 52 | 0 | 1A | 101 | 46 | 2B |
| Octal | 114 | 41 | 274 | 74 | 122 | 0 | 32 | 401 | 106 | 53 |
| Binary | 1001100 | 100001 | 10111100 | 111100 | 1010010 | 0 | 11010 | 100000001 | 1000110 | 101011 |
Color Harmonies of #4C21BC
Complementary color
Monochromatic Colors of #4C21BC
Black with #4C21BC
Text Example
Text Example
White with #4C21BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C21BC; }
p { color: rgb(76,33,188); }
H1.HeaderClassName
{
color: #4C21BC;
}
.AnyTagClassName
{
color: #4C21BC;
}
</style>
background-color css
<style>
a { background-color: #4C21BC; }
a { background-color: rgb(76,33,188); }
div.DivClassName
{
background-color: #4C21BC;
}
.BgClassName
{
background-color: #4C21BC;
}
</style>
border-color css
<style>
span { border-color: #4C21BC; }
span { border-color: rgb(76,33,188); }
td.TdClassName
{
border-color: #4C21BC;
}
.TagClassName
{
border-color: #4C21BC;
}
</style>