Shades of Purple Heart #4C0DAE
Tints of Purple Heart #4C0DAE
RGB
CMYK
RGB Variations
Color information
#4C0DAE (or 0x4C0DAE) is known color: Purple Heart. HEX triplet: 4C, 0D and AE. RGB value is (76,13,174). Sum of RGB (Red+Green+Blue) = 76+13+174=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C0DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0DAE is #B3F251. Grayscale: #313131. Windows color (decimal): -11792978 or 11406668. OLE color: 11406668.
HSL color Cylindrical-coordinate representation of color #4C0DAE: hue angle of 263.48º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0DAE is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 13 | 174 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.32 |
| HSL | 263.48º | 0.86% | 0.37% | - |
| HSV(B) | 263.48º | 0.93% | 0.68% | - |
| XYZ | 10.76 | 4.88 | 40.42 | - |
| YUV | 50.19 | 197.87 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 13 | 174 | 0.56 | 0.93 | 0 | 0.32 | 263.48 | 0.86 | 0.37 |
| Hex | 4C | D | AE | 38 | 5D | 0 | 20 | 107 | 56 | 25 |
| Octal | 114 | 15 | 256 | 70 | 135 | 0 | 40 | 407 | 126 | 45 |
| Binary | 1001100 | 1101 | 10101110 | 111000 | 1011101 | 0 | 100000 | 100000111 | 1010110 | 100101 |
Color Harmonies of #4C0DAE
Complementary color
Monochromatic Colors of #4C0DAE
Black with #4C0DAE
Text Example
Text Example
White with #4C0DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0DAE; }
p { color: rgb(76,13,174); }
H1.HeaderClassName
{
color: #4C0DAE;
}
.AnyTagClassName
{
color: #4C0DAE;
}
</style>
background-color css
<style>
a { background-color: #4C0DAE; }
a { background-color: rgb(76,13,174); }
div.DivClassName
{
background-color: #4C0DAE;
}
.BgClassName
{
background-color: #4C0DAE;
}
</style>
border-color css
<style>
span { border-color: #4C0DAE; }
span { border-color: rgb(76,13,174); }
td.TdClassName
{
border-color: #4C0DAE;
}
.TagClassName
{
border-color: #4C0DAE;
}
</style>