Shades of Purple Heart #4C1AD3
Tints of Purple Heart #4C1AD3
RGB
CMYK
RGB Variations
Color information
#4C1AD3 (or 0x4C1AD3) is known color: Purple Heart. HEX triplet: 4C, 1A and D3. RGB value is (76,26,211). Sum of RGB (Red+Green+Blue) = 76+26+211=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 211 (82.81% from 255 or 67.41% from 313); Max value from RGB is 211 - color contains mainly: blue. Hex color #4C1AD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1AD3 is #B3E52C. Grayscale: #3D3D3D. Windows color (decimal): -11789613 or 13834828. OLE color: 13834828.
HSL color Cylindrical-coordinate representation of color #4C1AD3: hue angle of 256.22º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C1AD3 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 76 | 26 | 211 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.17 |
| HSL | 256.22º | 0.78% | 0.46% | - |
| HSV(B) | 256.22º | 0.88% | 0.83% | - |
| XYZ | 15.11 | 6.98 | 62.18 | - |
| YUV | 62.04 | 212.07 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 211 | 0.64 | 0.88 | 0 | 0.17 | 256.22 | 0.78 | 0.46 |
| Hex | 4C | 1A | D3 | 40 | 58 | 0 | 11 | 100 | 4E | 2E |
| Octal | 114 | 32 | 323 | 100 | 130 | 0 | 21 | 400 | 116 | 56 |
| Binary | 1001100 | 11010 | 11010011 | 1000000 | 1011000 | 0 | 10001 | 100000000 | 1001110 | 101110 |
Color Harmonies of #4C1AD3
Complementary color
Monochromatic Colors of #4C1AD3
Black with #4C1AD3
Text Example
Text Example
White with #4C1AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1AD3; }
p { color: rgb(76,26,211); }
H1.HeaderClassName
{
color: #4C1AD3;
}
.AnyTagClassName
{
color: #4C1AD3;
}
</style>
background-color css
<style>
a { background-color: #4C1AD3; }
a { background-color: rgb(76,26,211); }
div.DivClassName
{
background-color: #4C1AD3;
}
.BgClassName
{
background-color: #4C1AD3;
}
</style>
border-color css
<style>
span { border-color: #4C1AD3; }
span { border-color: rgb(76,26,211); }
td.TdClassName
{
border-color: #4C1AD3;
}
.TagClassName
{
border-color: #4C1AD3;
}
</style>