Shades of Purple Heart #4A2CCF
Tints of Purple Heart #4A2CCF
RGB
CMYK
RGB Variations
Color information
#4A2CCF (or 0x4A2CCF) is known color: Purple Heart. HEX triplet: 4A, 2C and CF. RGB value is (74,44,207). Sum of RGB (Red+Green+Blue) = 74+44+207=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A2CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2CCF is #B5D330. Grayscale: #464646. Windows color (decimal): -11916081 or 13577290. OLE color: 13577290.
HSL color Cylindrical-coordinate representation of color #4A2CCF: hue angle of 251.04º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A2CCF is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 44 | 207 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.19 |
| HSL | 251.04º | 0.65% | 0.49% | - |
| HSV(B) | 251.04º | 0.79% | 0.81% | - |
| XYZ | 14.99 | 7.76 | 59.74 | - |
| YUV | 71.55 | 204.44 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 44 | 207 | 0.64 | 0.79 | 0 | 0.19 | 251.04 | 0.65 | 0.49 |
| Hex | 4A | 2C | CF | 40 | 4F | 0 | 13 | FB | 41 | 31 |
| Octal | 112 | 54 | 317 | 100 | 117 | 0 | 23 | 373 | 101 | 61 |
| Binary | 1001010 | 101100 | 11001111 | 1000000 | 1001111 | 0 | 10011 | 11111011 | 1000001 | 110001 |
Color Harmonies of #4A2CCF
Complementary color
Monochromatic Colors of #4A2CCF
Black with #4A2CCF
Text Example
Text Example
White with #4A2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2CCF; }
p { color: rgb(74,44,207); }
H1.HeaderClassName
{
color: #4A2CCF;
}
.AnyTagClassName
{
color: #4A2CCF;
}
</style>
background-color css
<style>
a { background-color: #4A2CCF; }
a { background-color: rgb(74,44,207); }
div.DivClassName
{
background-color: #4A2CCF;
}
.BgClassName
{
background-color: #4A2CCF;
}
</style>
border-color css
<style>
span { border-color: #4A2CCF; }
span { border-color: rgb(74,44,207); }
td.TdClassName
{
border-color: #4A2CCF;
}
.TagClassName
{
border-color: #4A2CCF;
}
</style>