Shades of Purple Heart #4C3ACE
Tints of Purple Heart #4C3ACE
RGB
CMYK
RGB Variations
Color information
#4C3ACE (or 0x4C3ACE) is known color: Purple Heart. HEX triplet: 4C, 3A and CE. RGB value is (76,58,206). Sum of RGB (Red+Green+Blue) = 76+58+206=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C3ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3ACE is #B3C531. Grayscale: #4F4F4F. Windows color (decimal): -11781426 or 13515340. OLE color: 13515340.
HSL color Cylindrical-coordinate representation of color #4C3ACE: hue angle of 247.3º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C3ACE is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 58 | 206 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.19 |
| HSL | 247.3º | 0.6% | 0.52% | - |
| HSV(B) | 247.3º | 0.72% | 0.81% | - |
| XYZ | 15.63 | 9.02 | 59.31 | - |
| YUV | 80.25 | 198.96 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 58 | 206 | 0.63 | 0.72 | 0 | 0.19 | 247.3 | 0.6 | 0.52 |
| Hex | 4C | 3A | CE | 3F | 48 | 0 | 13 | F7 | 3C | 34 |
| Octal | 114 | 72 | 316 | 77 | 110 | 0 | 23 | 367 | 74 | 64 |
| Binary | 1001100 | 111010 | 11001110 | 111111 | 1001000 | 0 | 10011 | 11110111 | 111100 | 110100 |
Color Harmonies of #4C3ACE
Complementary color
Monochromatic Colors of #4C3ACE
Black with #4C3ACE
Text Example
Text Example
White with #4C3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3ACE; }
p { color: rgb(76,58,206); }
H1.HeaderClassName
{
color: #4C3ACE;
}
.AnyTagClassName
{
color: #4C3ACE;
}
</style>
background-color css
<style>
a { background-color: #4C3ACE; }
a { background-color: rgb(76,58,206); }
div.DivClassName
{
background-color: #4C3ACE;
}
.BgClassName
{
background-color: #4C3ACE;
}
</style>
border-color css
<style>
span { border-color: #4C3ACE; }
span { border-color: rgb(76,58,206); }
td.TdClassName
{
border-color: #4C3ACE;
}
.TagClassName
{
border-color: #4C3ACE;
}
</style>