Shades of Purple Heart #4C1EC2
Tints of Purple Heart #4C1EC2
RGB
CMYK
RGB Variations
Color information
#4C1EC2 (or 0x4C1EC2) is known color: Purple Heart. HEX triplet: 4C, 1E and C2. RGB value is (76,30,194). Sum of RGB (Red+Green+Blue) = 76+30+194=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 194 (76.17% from 255 or 64.67% from 300); Max value from RGB is 194 - color contains mainly: blue. Hex color #4C1EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1EC2 is #B3E13D. Grayscale: #3D3D3D. Windows color (decimal): -11788606 or 12721740. OLE color: 12721740.
HSL color Cylindrical-coordinate representation of color #4C1EC2: hue angle of 256.83º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C1EC2 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 30 | 194 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.24 |
| HSL | 256.83º | 0.73% | 0.44% | - |
| HSV(B) | 256.83º | 0.85% | 0.76% | - |
| XYZ | 13.18 | 6.36 | 51.57 | - |
| YUV | 62.45 | 202.24 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 30 | 194 | 0.61 | 0.85 | 0 | 0.24 | 256.83 | 0.73 | 0.44 |
| Hex | 4C | 1E | C2 | 3D | 55 | 0 | 18 | 101 | 49 | 2C |
| Octal | 114 | 36 | 302 | 75 | 125 | 0 | 30 | 401 | 111 | 54 |
| Binary | 1001100 | 11110 | 11000010 | 111101 | 1010101 | 0 | 11000 | 100000001 | 1001001 | 101100 |
Color Harmonies of #4C1EC2
Complementary color
Monochromatic Colors of #4C1EC2
Black with #4C1EC2
Text Example
Text Example
White with #4C1EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1EC2; }
p { color: rgb(76,30,194); }
H1.HeaderClassName
{
color: #4C1EC2;
}
.AnyTagClassName
{
color: #4C1EC2;
}
</style>
background-color css
<style>
a { background-color: #4C1EC2; }
a { background-color: rgb(76,30,194); }
div.DivClassName
{
background-color: #4C1EC2;
}
.BgClassName
{
background-color: #4C1EC2;
}
</style>
border-color css
<style>
span { border-color: #4C1EC2; }
span { border-color: rgb(76,30,194); }
td.TdClassName
{
border-color: #4C1EC2;
}
.TagClassName
{
border-color: #4C1EC2;
}
</style>