Shades of Purple Heart #4C15CA
Tints of Purple Heart #4C15CA
RGB
CMYK
RGB Variations
Color information
#4C15CA (or 0x4C15CA) is known color: Purple Heart. HEX triplet: 4C, 15 and CA. RGB value is (76,21,202). Sum of RGB (Red+Green+Blue) = 76+21+202=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 202 (79.30% from 255 or 67.56% from 299); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C15CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C15CA is #B3EA35. Grayscale: #393939. Windows color (decimal): -11790902 or 13243724. OLE color: 13243724.
HSL color Cylindrical-coordinate representation of color #4C15CA: hue angle of 258.23º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C15CA is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 21 | 202 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.21 |
| HSL | 258.23º | 0.81% | 0.44% | - |
| HSV(B) | 258.23º | 0.9% | 0.79% | - |
| XYZ | 13.91 | 6.34 | 56.37 | - |
| YUV | 58.08 | 209.22 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 202 | 0.62 | 0.90 | 0 | 0.21 | 258.23 | 0.81 | 0.44 |
| Hex | 4C | 15 | CA | 3E | 5A | 0 | 15 | 102 | 51 | 2C |
| Octal | 114 | 25 | 312 | 76 | 132 | 0 | 25 | 402 | 121 | 54 |
| Binary | 1001100 | 10101 | 11001010 | 111110 | 1011010 | 0 | 10101 | 100000010 | 1010001 | 101100 |
Color Harmonies of #4C15CA
Complementary color
Monochromatic Colors of #4C15CA
Black with #4C15CA
Text Example
Text Example
White with #4C15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C15CA; }
p { color: rgb(76,21,202); }
H1.HeaderClassName
{
color: #4C15CA;
}
.AnyTagClassName
{
color: #4C15CA;
}
</style>
background-color css
<style>
a { background-color: #4C15CA; }
a { background-color: rgb(76,21,202); }
div.DivClassName
{
background-color: #4C15CA;
}
.BgClassName
{
background-color: #4C15CA;
}
</style>
border-color css
<style>
span { border-color: #4C15CA; }
span { border-color: rgb(76,21,202); }
td.TdClassName
{
border-color: #4C15CA;
}
.TagClassName
{
border-color: #4C15CA;
}
</style>