Shades of Purple Heart #4F2AAD
Tints of Purple Heart #4F2AAD
RGB
CMYK
RGB Variations
Color information
#4F2AAD (or 0x4F2AAD) is known color: Purple Heart. HEX triplet: 4F, 2A and AD. RGB value is (79,42,173). Sum of RGB (Red+Green+Blue) = 79+42+173=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F2AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2AAD is #B0D552. Grayscale: #434343. Windows color (decimal): -11588947 or 11348559. OLE color: 11348559.
HSL color Cylindrical-coordinate representation of color #4F2AAD: hue angle of 256.95º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F2AAD is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 42 | 173 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.32 |
| HSL | 256.95º | 0.61% | 0.42% | - |
| HSV(B) | 256.95º | 0.76% | 0.68% | - |
| XYZ | 11.6 | 6.34 | 40.15 | - |
| YUV | 68 | 187.26 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 42 | 173 | 0.54 | 0.76 | 0 | 0.32 | 256.95 | 0.61 | 0.42 |
| Hex | 4F | 2A | AD | 36 | 4C | 0 | 20 | 101 | 3D | 2A |
| Octal | 117 | 52 | 255 | 66 | 114 | 0 | 40 | 401 | 75 | 52 |
| Binary | 1001111 | 101010 | 10101101 | 110110 | 1001100 | 0 | 100000 | 100000001 | 111101 | 101010 |
Color Harmonies of #4F2AAD
Complementary color
Monochromatic Colors of #4F2AAD
Black with #4F2AAD
Text Example
Text Example
White with #4F2AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2AAD; }
p { color: rgb(79,42,173); }
H1.HeaderClassName
{
color: #4F2AAD;
}
.AnyTagClassName
{
color: #4F2AAD;
}
</style>
background-color css
<style>
a { background-color: #4F2AAD; }
a { background-color: rgb(79,42,173); }
div.DivClassName
{
background-color: #4F2AAD;
}
.BgClassName
{
background-color: #4F2AAD;
}
</style>
border-color css
<style>
span { border-color: #4F2AAD; }
span { border-color: rgb(79,42,173); }
td.TdClassName
{
border-color: #4F2AAD;
}
.TagClassName
{
border-color: #4F2AAD;
}
</style>