Shades of Purple Heart #4F20AD
Tints of Purple Heart #4F20AD
RGB
CMYK
RGB Variations
Color information
#4F20AD (or 0x4F20AD) is known color: Purple Heart. HEX triplet: 4F, 20 and AD. RGB value is (79,32,173). Sum of RGB (Red+Green+Blue) = 79+32+173=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F20AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F20AD is #B0DF52. Grayscale: #3D3D3D. Windows color (decimal): -11591507 or 11345999. OLE color: 11345999.
HSL color Cylindrical-coordinate representation of color #4F20AD: hue angle of 260º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F20AD is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 32 | 173 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.32 |
| HSL | 260º | 0.69% | 0.4% | - |
| HSV(B) | 260º | 0.82% | 0.68% | - |
| XYZ | 11.28 | 5.71 | 40.04 | - |
| YUV | 62.13 | 190.57 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 32 | 173 | 0.54 | 0.82 | 0 | 0.32 | 260 | 0.69 | 0.4 |
| Hex | 4F | 20 | AD | 36 | 52 | 0 | 20 | 104 | 45 | 28 |
| Octal | 117 | 40 | 255 | 66 | 122 | 0 | 40 | 404 | 105 | 50 |
| Binary | 1001111 | 100000 | 10101101 | 110110 | 1010010 | 0 | 100000 | 100000100 | 1000101 | 101000 |
Color Harmonies of #4F20AD
Complementary color
Monochromatic Colors of #4F20AD
Black with #4F20AD
Text Example
Text Example
White with #4F20AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F20AD; }
p { color: rgb(79,32,173); }
H1.HeaderClassName
{
color: #4F20AD;
}
.AnyTagClassName
{
color: #4F20AD;
}
</style>
background-color css
<style>
a { background-color: #4F20AD; }
a { background-color: rgb(79,32,173); }
div.DivClassName
{
background-color: #4F20AD;
}
.BgClassName
{
background-color: #4F20AD;
}
</style>
border-color css
<style>
span { border-color: #4F20AD; }
span { border-color: rgb(79,32,173); }
td.TdClassName
{
border-color: #4F20AD;
}
.TagClassName
{
border-color: #4F20AD;
}
</style>