Shades of Purple Heart #4A0CCF
Tints of Purple Heart #4A0CCF
RGB
CMYK
RGB Variations
Color information
#4A0CCF (or 0x4A0CCF) is known color: Purple Heart. HEX triplet: 4A, 0C and CF. RGB value is (74,12,207). Sum of RGB (Red+Green+Blue) = 74+12+207=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A0CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0CCF is #B5F330. Grayscale: #343434. Windows color (decimal): -11924273 or 13569098. OLE color: 13569098.
HSL color Cylindrical-coordinate representation of color #4A0CCF: hue angle of 259.08º 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 #4A0CCF is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 12 | 207 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.19 |
| HSL | 259.08º | 0.89% | 0.43% | - |
| HSV(B) | 259.08º | 0.94% | 0.81% | - |
| XYZ | 14.22 | 6.22 | 59.48 | - |
| YUV | 52.77 | 215.04 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 12 | 207 | 0.64 | 0.94 | 0 | 0.19 | 259.08 | 0.89 | 0.43 |
| Hex | 4A | C | CF | 40 | 5E | 0 | 13 | 103 | 59 | 2B |
| Octal | 112 | 14 | 317 | 100 | 136 | 0 | 23 | 403 | 131 | 53 |
| Binary | 1001010 | 1100 | 11001111 | 1000000 | 1011110 | 0 | 10011 | 100000011 | 1011001 | 101011 |
Color Harmonies of #4A0CCF
Complementary color
Monochromatic Colors of #4A0CCF
Black with #4A0CCF
Text Example
Text Example
White with #4A0CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0CCF; }
p { color: rgb(74,12,207); }
H1.HeaderClassName
{
color: #4A0CCF;
}
.AnyTagClassName
{
color: #4A0CCF;
}
</style>
background-color css
<style>
a { background-color: #4A0CCF; }
a { background-color: rgb(74,12,207); }
div.DivClassName
{
background-color: #4A0CCF;
}
.BgClassName
{
background-color: #4A0CCF;
}
</style>
border-color css
<style>
span { border-color: #4A0CCF; }
span { border-color: rgb(74,12,207); }
td.TdClassName
{
border-color: #4A0CCF;
}
.TagClassName
{
border-color: #4A0CCF;
}
</style>