Shades of Purple Heart #4C1ACE
Tints of Purple Heart #4C1ACE
RGB
CMYK
RGB Variations
Color information
#4C1ACE (or 0x4C1ACE) is known color: Purple Heart. HEX triplet: 4C, 1A and CE. RGB value is (76,26,206). Sum of RGB (Red+Green+Blue) = 76+26+206=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C1ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1ACE is #B3E531. Grayscale: #3C3C3C. Windows color (decimal): -11789618 or 13507148. OLE color: 13507148.
HSL color Cylindrical-coordinate representation of color #4C1ACE: hue angle of 256.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C1ACE is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 26 | 206 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.19 |
| HSL | 256.67º | 0.78% | 0.45% | - |
| HSV(B) | 256.67º | 0.87% | 0.81% | - |
| XYZ | 14.49 | 6.73 | 58.93 | - |
| YUV | 61.47 | 209.57 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 206 | 0.63 | 0.87 | 0 | 0.19 | 256.67 | 0.78 | 0.45 |
| Hex | 4C | 1A | CE | 3F | 57 | 0 | 13 | 101 | 4E | 2D |
| Octal | 114 | 32 | 316 | 77 | 127 | 0 | 23 | 401 | 116 | 55 |
| Binary | 1001100 | 11010 | 11001110 | 111111 | 1010111 | 0 | 10011 | 100000001 | 1001110 | 101101 |
Color Harmonies of #4C1ACE
Complementary color
Monochromatic Colors of #4C1ACE
Black with #4C1ACE
Text Example
Text Example
White with #4C1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1ACE; }
p { color: rgb(76,26,206); }
H1.HeaderClassName
{
color: #4C1ACE;
}
.AnyTagClassName
{
color: #4C1ACE;
}
</style>
background-color css
<style>
a { background-color: #4C1ACE; }
a { background-color: rgb(76,26,206); }
div.DivClassName
{
background-color: #4C1ACE;
}
.BgClassName
{
background-color: #4C1ACE;
}
</style>
border-color css
<style>
span { border-color: #4C1ACE; }
span { border-color: rgb(76,26,206); }
td.TdClassName
{
border-color: #4C1ACE;
}
.TagClassName
{
border-color: #4C1ACE;
}
</style>