Shades of Purple Heart #4C11CA
Tints of Purple Heart #4C11CA
RGB
CMYK
RGB Variations
Color information
#4C11CA (or 0x4C11CA) is known color: Purple Heart. HEX triplet: 4C, 11 and CA. RGB value is (76,17,202). Sum of RGB (Red+Green+Blue) = 76+17+202=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C11CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C11CA is #B3EE35. Grayscale: #373737. Windows color (decimal): -11791926 or 13242700. OLE color: 13242700.
HSL color Cylindrical-coordinate representation of color #4C11CA: hue angle of 259.14º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C11CA is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 17 | 202 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.21 |
| HSL | 259.14º | 0.84% | 0.43% | - |
| HSV(B) | 259.14º | 0.92% | 0.79% | - |
| XYZ | 13.84 | 6.2 | 56.34 | - |
| YUV | 55.73 | 210.55 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 202 | 0.62 | 0.92 | 0 | 0.21 | 259.14 | 0.84 | 0.43 |
| Hex | 4C | 11 | CA | 3E | 5C | 0 | 15 | 103 | 54 | 2B |
| Octal | 114 | 21 | 312 | 76 | 134 | 0 | 25 | 403 | 124 | 53 |
| Binary | 1001100 | 10001 | 11001010 | 111110 | 1011100 | 0 | 10101 | 100000011 | 1010100 | 101011 |
Color Harmonies of #4C11CA
Complementary color
Monochromatic Colors of #4C11CA
Black with #4C11CA
Text Example
Text Example
White with #4C11CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C11CA; }
p { color: rgb(76,17,202); }
H1.HeaderClassName
{
color: #4C11CA;
}
.AnyTagClassName
{
color: #4C11CA;
}
</style>
background-color css
<style>
a { background-color: #4C11CA; }
a { background-color: rgb(76,17,202); }
div.DivClassName
{
background-color: #4C11CA;
}
.BgClassName
{
background-color: #4C11CA;
}
</style>
border-color css
<style>
span { border-color: #4C11CA; }
span { border-color: rgb(76,17,202); }
td.TdClassName
{
border-color: #4C11CA;
}
.TagClassName
{
border-color: #4C11CA;
}
</style>