Shades of Purple Heart #4F2DAC
Tints of Purple Heart #4F2DAC
RGB
CMYK
RGB Variations
Color information
#4F2DAC (or 0x4F2DAC) is known color: Purple Heart. HEX triplet: 4F, 2D and AC. RGB value is (79,45,172). Sum of RGB (Red+Green+Blue) = 79+45+172=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F2DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2DAC is #B0D253. Grayscale: #454545. Windows color (decimal): -11588180 or 11283791. OLE color: 11283791.
HSL color Cylindrical-coordinate representation of color #4F2DAC: hue angle of 256.06º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F2DAC is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 45 | 172 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.33 |
| HSL | 256.06º | 0.59% | 0.43% | - |
| HSV(B) | 256.06º | 0.74% | 0.67% | - |
| XYZ | 11.61 | 6.52 | 39.68 | - |
| YUV | 69.64 | 185.76 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 45 | 172 | 0.54 | 0.74 | 0 | 0.33 | 256.06 | 0.59 | 0.43 |
| Hex | 4F | 2D | AC | 36 | 4A | 0 | 21 | 100 | 3B | 2B |
| Octal | 117 | 55 | 254 | 66 | 112 | 0 | 41 | 400 | 73 | 53 |
| Binary | 1001111 | 101101 | 10101100 | 110110 | 1001010 | 0 | 100001 | 100000000 | 111011 | 101011 |
Color Harmonies of #4F2DAC
Complementary color
Monochromatic Colors of #4F2DAC
Black with #4F2DAC
Text Example
Text Example
White with #4F2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2DAC; }
p { color: rgb(79,45,172); }
H1.HeaderClassName
{
color: #4F2DAC;
}
.AnyTagClassName
{
color: #4F2DAC;
}
</style>
background-color css
<style>
a { background-color: #4F2DAC; }
a { background-color: rgb(79,45,172); }
div.DivClassName
{
background-color: #4F2DAC;
}
.BgClassName
{
background-color: #4F2DAC;
}
</style>
border-color css
<style>
span { border-color: #4F2DAC; }
span { border-color: rgb(79,45,172); }
td.TdClassName
{
border-color: #4F2DAC;
}
.TagClassName
{
border-color: #4F2DAC;
}
</style>