Shades of Purple Heart #4C1CC5
Tints of Purple Heart #4C1CC5
RGB
CMYK
RGB Variations
Color information
#4C1CC5 (or 0x4C1CC5) is known color: Purple Heart. HEX triplet: 4C, 1C and C5. RGB value is (76,28,197). Sum of RGB (Red+Green+Blue) = 76+28+197=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 197 (77.34% from 255 or 65.45% from 301); Max value from RGB is 197 - color contains mainly: blue. Hex color #4C1CC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1CC5 is #B3E33A. Grayscale: #3C3C3C. Windows color (decimal): -11789115 or 12917836. OLE color: 12917836.
HSL color Cylindrical-coordinate representation of color #4C1CC5: hue angle of 257.04º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C1CC5 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 28 | 197 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.23 |
| HSL | 257.04º | 0.75% | 0.44% | - |
| HSV(B) | 257.04º | 0.86% | 0.77% | - |
| XYZ | 13.47 | 6.4 | 53.35 | - |
| YUV | 61.62 | 204.4 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 28 | 197 | 0.61 | 0.86 | 0 | 0.23 | 257.04 | 0.75 | 0.44 |
| Hex | 4C | 1C | C5 | 3D | 56 | 0 | 17 | 101 | 4B | 2C |
| Octal | 114 | 34 | 305 | 75 | 126 | 0 | 27 | 401 | 113 | 54 |
| Binary | 1001100 | 11100 | 11000101 | 111101 | 1010110 | 0 | 10111 | 100000001 | 1001011 | 101100 |
Color Harmonies of #4C1CC5
Complementary color
Monochromatic Colors of #4C1CC5
Black with #4C1CC5
Text Example
Text Example
White with #4C1CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1CC5; }
p { color: rgb(76,28,197); }
H1.HeaderClassName
{
color: #4C1CC5;
}
.AnyTagClassName
{
color: #4C1CC5;
}
</style>
background-color css
<style>
a { background-color: #4C1CC5; }
a { background-color: rgb(76,28,197); }
div.DivClassName
{
background-color: #4C1CC5;
}
.BgClassName
{
background-color: #4C1CC5;
}
</style>
border-color css
<style>
span { border-color: #4C1CC5; }
span { border-color: rgb(76,28,197); }
td.TdClassName
{
border-color: #4C1CC5;
}
.TagClassName
{
border-color: #4C1CC5;
}
</style>