Shades of Purple Heart #4C20CC
Tints of Purple Heart #4C20CC
RGB
CMYK
RGB Variations
Color information
#4C20CC (or 0x4C20CC) is known color: Purple Heart. HEX triplet: 4C, 20 and CC. RGB value is (76,32,204). Sum of RGB (Red+Green+Blue) = 76+32+204=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C20CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C20CC is #B3DF33. Grayscale: #404040. Windows color (decimal): -11788084 or 13377612. OLE color: 13377612.
HSL color Cylindrical-coordinate representation of color #4C20CC: hue angle of 255.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C20CC is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 32 | 204 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.2 |
| HSL | 255.35º | 0.73% | 0.46% | - |
| HSV(B) | 255.35º | 0.84% | 0.8% | - |
| XYZ | 14.4 | 6.93 | 57.71 | - |
| YUV | 64.76 | 206.58 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 204 | 0.63 | 0.84 | 0 | 0.2 | 255.35 | 0.73 | 0.46 |
| Hex | 4C | 20 | CC | 3F | 54 | 0 | 14 | FF | 49 | 2E |
| Octal | 114 | 40 | 314 | 77 | 124 | 0 | 24 | 377 | 111 | 56 |
| Binary | 1001100 | 100000 | 11001100 | 111111 | 1010100 | 0 | 10100 | 11111111 | 1001001 | 101110 |
Color Harmonies of #4C20CC
Complementary color
Monochromatic Colors of #4C20CC
Black with #4C20CC
Text Example
Text Example
White with #4C20CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C20CC; }
p { color: rgb(76,32,204); }
H1.HeaderClassName
{
color: #4C20CC;
}
.AnyTagClassName
{
color: #4C20CC;
}
</style>
background-color css
<style>
a { background-color: #4C20CC; }
a { background-color: rgb(76,32,204); }
div.DivClassName
{
background-color: #4C20CC;
}
.BgClassName
{
background-color: #4C20CC;
}
</style>
border-color css
<style>
span { border-color: #4C20CC; }
span { border-color: rgb(76,32,204); }
td.TdClassName
{
border-color: #4C20CC;
}
.TagClassName
{
border-color: #4C20CC;
}
</style>