Shades of Purple Heart #4C2CC6
Tints of Purple Heart #4C2CC6
RGB
CMYK
RGB Variations
Color information
#4C2CC6 (or 0x4C2CC6) is known color: Purple Heart. HEX triplet: 4C, 2C and C6. RGB value is (76,44,198). Sum of RGB (Red+Green+Blue) = 76+44+198=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 198 (77.73% from 255 or 62.26% from 318); Max value from RGB is 198 - color contains mainly: blue. Hex color #4C2CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2CC6 is #B3D339. Grayscale: #464646. Windows color (decimal): -11785018 or 12987468. OLE color: 12987468.
HSL color Cylindrical-coordinate representation of color #4C2CC6: hue angle of 252.47º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C2CC6 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 44 | 198 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.22 |
| HSL | 252.47º | 0.64% | 0.47% | - |
| HSV(B) | 252.47º | 0.78% | 0.78% | - |
| XYZ | 14.07 | 7.42 | 54.12 | - |
| YUV | 71.12 | 199.6 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 44 | 198 | 0.62 | 0.78 | 0 | 0.22 | 252.47 | 0.64 | 0.47 |
| Hex | 4C | 2C | C6 | 3E | 4E | 0 | 16 | FC | 40 | 2F |
| Octal | 114 | 54 | 306 | 76 | 116 | 0 | 26 | 374 | 100 | 57 |
| Binary | 1001100 | 101100 | 11000110 | 111110 | 1001110 | 0 | 10110 | 11111100 | 1000000 | 101111 |
Color Harmonies of #4C2CC6
Complementary color
Monochromatic Colors of #4C2CC6
Black with #4C2CC6
Text Example
Text Example
White with #4C2CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2CC6; }
p { color: rgb(76,44,198); }
H1.HeaderClassName
{
color: #4C2CC6;
}
.AnyTagClassName
{
color: #4C2CC6;
}
</style>
background-color css
<style>
a { background-color: #4C2CC6; }
a { background-color: rgb(76,44,198); }
div.DivClassName
{
background-color: #4C2CC6;
}
.BgClassName
{
background-color: #4C2CC6;
}
</style>
border-color css
<style>
span { border-color: #4C2CC6; }
span { border-color: rgb(76,44,198); }
td.TdClassName
{
border-color: #4C2CC6;
}
.TagClassName
{
border-color: #4C2CC6;
}
</style>