Shades of Purple Heart #4C02CC
Tints of Purple Heart #4C02CC
RGB
CMYK
RGB Variations
Color information
#4C02CC (or 0x4C02CC) is known color: Purple Heart. HEX triplet: 4C, 02 and CC. RGB value is (76,2,204). Sum of RGB (Red+Green+Blue) = 76+2+204=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C02CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C02CC is #B3FD33. Grayscale: #2E2E2E. Windows color (decimal): -11795764 or 13369932. OLE color: 13369932.
HSL color Cylindrical-coordinate representation of color #4C02CC: hue angle of 261.98º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C02CC is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 2 | 204 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.2 |
| HSL | 261.98º | 0.98% | 0.4% | - |
| HSV(B) | 261.98º | 0.99% | 0.8% | - |
| XYZ | 13.9 | 5.94 | 57.54 | - |
| YUV | 47.15 | 216.52 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 204 | 0.63 | 0.99 | 0 | 0.2 | 261.98 | 0.98 | 0.4 |
| Hex | 4C | 2 | CC | 3F | 63 | 0 | 14 | 106 | 62 | 28 |
| Octal | 114 | 2 | 314 | 77 | 143 | 0 | 24 | 406 | 142 | 50 |
| Binary | 1001100 | 10 | 11001100 | 111111 | 1100011 | 0 | 10100 | 100000110 | 1100010 | 101000 |
Color Harmonies of #4C02CC
Complementary color
Monochromatic Colors of #4C02CC
Black with #4C02CC
Text Example
Text Example
White with #4C02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C02CC; }
p { color: rgb(76,2,204); }
H1.HeaderClassName
{
color: #4C02CC;
}
.AnyTagClassName
{
color: #4C02CC;
}
</style>
background-color css
<style>
a { background-color: #4C02CC; }
a { background-color: rgb(76,2,204); }
div.DivClassName
{
background-color: #4C02CC;
}
.BgClassName
{
background-color: #4C02CC;
}
</style>
border-color css
<style>
span { border-color: #4C02CC; }
span { border-color: rgb(76,2,204); }
td.TdClassName
{
border-color: #4C02CC;
}
.TagClassName
{
border-color: #4C02CC;
}
</style>