Shades of Purple Heart #4C10C2
Tints of Purple Heart #4C10C2
RGB
CMYK
RGB Variations
Color information
#4C10C2 (or 0x4C10C2) is known color: Purple Heart. HEX triplet: 4C, 10 and C2. RGB value is (76,16,194). Sum of RGB (Red+Green+Blue) = 76+16+194=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 194 (76.17% from 255 or 67.83% from 286); Max value from RGB is 194 - color contains mainly: blue. Hex color #4C10C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C10C2 is #B3EF3D. Grayscale: #353535. Windows color (decimal): -11792190 or 12718156. OLE color: 12718156.
HSL color Cylindrical-coordinate representation of color #4C10C2: hue angle of 260.22º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C10C2 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 16 | 194 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.24 |
| HSL | 260.22º | 0.85% | 0.41% | - |
| HSV(B) | 260.22º | 0.92% | 0.76% | - |
| XYZ | 12.9 | 5.8 | 51.48 | - |
| YUV | 54.23 | 206.88 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 194 | 0.61 | 0.92 | 0 | 0.24 | 260.22 | 0.85 | 0.41 |
| Hex | 4C | 10 | C2 | 3D | 5C | 0 | 18 | 104 | 55 | 29 |
| Octal | 114 | 20 | 302 | 75 | 134 | 0 | 30 | 404 | 125 | 51 |
| Binary | 1001100 | 10000 | 11000010 | 111101 | 1011100 | 0 | 11000 | 100000100 | 1010101 | 101001 |
Color Harmonies of #4C10C2
Complementary color
Monochromatic Colors of #4C10C2
Black with #4C10C2
Text Example
Text Example
White with #4C10C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C10C2; }
p { color: rgb(76,16,194); }
H1.HeaderClassName
{
color: #4C10C2;
}
.AnyTagClassName
{
color: #4C10C2;
}
</style>
background-color css
<style>
a { background-color: #4C10C2; }
a { background-color: rgb(76,16,194); }
div.DivClassName
{
background-color: #4C10C2;
}
.BgClassName
{
background-color: #4C10C2;
}
</style>
border-color css
<style>
span { border-color: #4C10C2; }
span { border-color: rgb(76,16,194); }
td.TdClassName
{
border-color: #4C10C2;
}
.TagClassName
{
border-color: #4C10C2;
}
</style>