Shades of Purple Heart #4C00CC
Tints of Purple Heart #4C00CC
RGB
CMYK
RGB Variations
Color information
#4C00CC (or 0x4C00CC) is known color: Purple Heart. HEX triplet: 4C, 00 and CC. RGB value is (76,0,204). Sum of RGB (Red+Green+Blue) = 76+0+204=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 204 (80.08% from 255 or 72.86% from 280); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C00CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C00CC is #B3FF33. Grayscale: #2D2D2D. Windows color (decimal): -11796276 or 13369420. OLE color: 13369420.
HSL color Cylindrical-coordinate representation of color #4C00CC: hue angle of 262.35º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C00CC is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 0 | 204 | - |
| CMYK | 0.63 | 1 | 0 | 0.2 |
| HSL | 262.35º | 1% | 0.4% | - |
| HSV(B) | 262.35º | 1% | 0.8% | - |
| XYZ | 13.88 | 5.9 | 57.53 | - |
| YUV | 45.98 | 217.18 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 204 | 0.63 | 1 | 0 | 0.2 | 262.35 | 1 | 0.4 |
| Hex | 4C | 0 | CC | 3F | 64 | 0 | 14 | 106 | 64 | 28 |
| Octal | 114 | 0 | 314 | 77 | 144 | 0 | 24 | 406 | 144 | 50 |
| Binary | 1001100 | 0 | 11001100 | 111111 | 1100100 | 0 | 10100 | 100000110 | 1100100 | 101000 |
Color Harmonies of #4C00CC
Complementary color
Monochromatic Colors of #4C00CC
Black with #4C00CC
Text Example
Text Example
White with #4C00CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C00CC; }
p { color: rgb(76,0,204); }
H1.HeaderClassName
{
color: #4C00CC;
}
.AnyTagClassName
{
color: #4C00CC;
}
</style>
background-color css
<style>
a { background-color: #4C00CC; }
a { background-color: rgb(76,0,204); }
div.DivClassName
{
background-color: #4C00CC;
}
.BgClassName
{
background-color: #4C00CC;
}
</style>
border-color css
<style>
span { border-color: #4C00CC; }
span { border-color: rgb(76,0,204); }
td.TdClassName
{
border-color: #4C00CC;
}
.TagClassName
{
border-color: #4C00CC;
}
</style>