Shades of Purple Heart #4C01C0
Tints of Purple Heart #4C01C0
RGB
CMYK
RGB Variations
Color information
#4C01C0 (or 0x4C01C0) is known color: Purple Heart. HEX triplet: 4C, 01 and C0. RGB value is (76,1,192). Sum of RGB (Red+Green+Blue) = 76+1+192=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 192 (75.39% from 255 or 71.38% from 269); Max value from RGB is 192 - color contains mainly: blue. Hex color #4C01C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C01C0 is #B3FE3F. Grayscale: #2C2C2C. Windows color (decimal): -11796032 or 12583244. OLE color: 12583244.
HSL color Cylindrical-coordinate representation of color #4C01C0: hue angle of 263.56º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C01C0 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 1 | 192 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.25 |
| HSL | 263.56º | 0.99% | 0.38% | - |
| HSV(B) | 263.56º | 0.99% | 0.75% | - |
| XYZ | 12.51 | 5.36 | 50.25 | - |
| YUV | 45.2 | 210.85 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 192 | 0.60 | 0.99 | 0 | 0.25 | 263.56 | 0.99 | 0.38 |
| Hex | 4C | 1 | C0 | 3C | 63 | 0 | 19 | 108 | 63 | 26 |
| Octal | 114 | 1 | 300 | 74 | 143 | 0 | 31 | 410 | 143 | 46 |
| Binary | 1001100 | 1 | 11000000 | 111100 | 1100011 | 0 | 11001 | 100001000 | 1100011 | 100110 |
Color Harmonies of #4C01C0
Complementary color
Monochromatic Colors of #4C01C0
Black with #4C01C0
Text Example
Text Example
White with #4C01C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C01C0; }
p { color: rgb(76,1,192); }
H1.HeaderClassName
{
color: #4C01C0;
}
.AnyTagClassName
{
color: #4C01C0;
}
</style>
background-color css
<style>
a { background-color: #4C01C0; }
a { background-color: rgb(76,1,192); }
div.DivClassName
{
background-color: #4C01C0;
}
.BgClassName
{
background-color: #4C01C0;
}
</style>
border-color css
<style>
span { border-color: #4C01C0; }
span { border-color: rgb(76,1,192); }
td.TdClassName
{
border-color: #4C01C0;
}
.TagClassName
{
border-color: #4C01C0;
}
</style>