Shades of Purple Heart #4A0CCE
Tints of Purple Heart #4A0CCE
RGB
CMYK
RGB Variations
Color information
#4A0CCE (or 0x4A0CCE) is known color: Purple Heart. HEX triplet: 4A, 0C and CE. RGB value is (74,12,206). Sum of RGB (Red+Green+Blue) = 74+12+206=292 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.34% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A0CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0CCE is #B5F331. Grayscale: #333333. Windows color (decimal): -11924274 or 13503562. OLE color: 13503562.
HSL color Cylindrical-coordinate representation of color #4A0CCE: hue angle of 259.18º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0CCE is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 12 | 206 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.19 |
| HSL | 259.18º | 0.89% | 0.43% | - |
| HSV(B) | 259.18º | 0.94% | 0.81% | - |
| XYZ | 14.1 | 6.18 | 58.84 | - |
| YUV | 52.65 | 214.54 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 12 | 206 | 0.64 | 0.94 | 0 | 0.19 | 259.18 | 0.89 | 0.43 |
| Hex | 4A | C | CE | 40 | 5E | 0 | 13 | 103 | 59 | 2B |
| Octal | 112 | 14 | 316 | 100 | 136 | 0 | 23 | 403 | 131 | 53 |
| Binary | 1001010 | 1100 | 11001110 | 1000000 | 1011110 | 0 | 10011 | 100000011 | 1011001 | 101011 |
Color Harmonies of #4A0CCE
Complementary color
Monochromatic Colors of #4A0CCE
Black with #4A0CCE
Text Example
Text Example
White with #4A0CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0CCE; }
p { color: rgb(74,12,206); }
H1.HeaderClassName
{
color: #4A0CCE;
}
.AnyTagClassName
{
color: #4A0CCE;
}
</style>
background-color css
<style>
a { background-color: #4A0CCE; }
a { background-color: rgb(74,12,206); }
div.DivClassName
{
background-color: #4A0CCE;
}
.BgClassName
{
background-color: #4A0CCE;
}
</style>
border-color css
<style>
span { border-color: #4A0CCE; }
span { border-color: rgb(74,12,206); }
td.TdClassName
{
border-color: #4A0CCE;
}
.TagClassName
{
border-color: #4A0CCE;
}
</style>