Shades of Purple Heart #4C01C2
Tints of Purple Heart #4C01C2
RGB
CMYK
RGB Variations
Color information
#4C01C2 (or 0x4C01C2) is known color: Purple Heart. HEX triplet: 4C, 01 and C2. RGB value is (76,1,194). Sum of RGB (Red+Green+Blue) = 76+1+194=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 194 (76.17% from 255 or 71.59% from 271); Max value from RGB is 194 - color contains mainly: blue. Hex color #4C01C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C01C2 is #B3FE3D. Grayscale: #2C2C2C. Windows color (decimal): -11796030 or 12714316. OLE color: 12714316.
HSL color Cylindrical-coordinate representation of color #4C01C2: hue angle of 263.32º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C01C2 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 1 | 194 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.24 |
| HSL | 263.32º | 0.99% | 0.38% | - |
| HSV(B) | 263.32º | 0.99% | 0.76% | - |
| XYZ | 12.73 | 5.45 | 51.42 | - |
| YUV | 45.43 | 211.85 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 194 | 0.61 | 0.99 | 0 | 0.24 | 263.32 | 0.99 | 0.38 |
| Hex | 4C | 1 | C2 | 3D | 63 | 0 | 18 | 107 | 63 | 26 |
| Octal | 114 | 1 | 302 | 75 | 143 | 0 | 30 | 407 | 143 | 46 |
| Binary | 1001100 | 1 | 11000010 | 111101 | 1100011 | 0 | 11000 | 100000111 | 1100011 | 100110 |
Color Harmonies of #4C01C2
Complementary color
Monochromatic Colors of #4C01C2
Black with #4C01C2
Text Example
Text Example
White with #4C01C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C01C2; }
p { color: rgb(76,1,194); }
H1.HeaderClassName
{
color: #4C01C2;
}
.AnyTagClassName
{
color: #4C01C2;
}
</style>
background-color css
<style>
a { background-color: #4C01C2; }
a { background-color: rgb(76,1,194); }
div.DivClassName
{
background-color: #4C01C2;
}
.BgClassName
{
background-color: #4C01C2;
}
</style>
border-color css
<style>
span { border-color: #4C01C2; }
span { border-color: rgb(76,1,194); }
td.TdClassName
{
border-color: #4C01C2;
}
.TagClassName
{
border-color: #4C01C2;
}
</style>