Shades of Purple Heart #4F29AF
Tints of Purple Heart #4F29AF
RGB
CMYK
RGB Variations
Color information
#4F29AF (or 0x4F29AF) is known color: Purple Heart. HEX triplet: 4F, 29 and AF. RGB value is (79,41,175). Sum of RGB (Red+Green+Blue) = 79+41+175=295 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.78% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F29AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F29AF is #B0D650. Grayscale: #434343. Windows color (decimal): -11589201 or 11479375. OLE color: 11479375.
HSL color Cylindrical-coordinate representation of color #4F29AF: hue angle of 257.01º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F29AF is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 41 | 175 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.31 |
| HSL | 257.01º | 0.62% | 0.42% | - |
| HSV(B) | 257.01º | 0.77% | 0.69% | - |
| XYZ | 11.76 | 6.34 | 41.16 | - |
| YUV | 67.64 | 188.59 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 175 | 0.55 | 0.77 | 0 | 0.31 | 257.01 | 0.62 | 0.42 |
| Hex | 4F | 29 | AF | 37 | 4D | 0 | 1F | 101 | 3E | 2A |
| Octal | 117 | 51 | 257 | 67 | 115 | 0 | 37 | 401 | 76 | 52 |
| Binary | 1001111 | 101001 | 10101111 | 110111 | 1001101 | 0 | 11111 | 100000001 | 111110 | 101010 |
Color Harmonies of #4F29AF
Complementary color
Monochromatic Colors of #4F29AF
Black with #4F29AF
Text Example
Text Example
White with #4F29AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F29AF; }
p { color: rgb(79,41,175); }
H1.HeaderClassName
{
color: #4F29AF;
}
.AnyTagClassName
{
color: #4F29AF;
}
</style>
background-color css
<style>
a { background-color: #4F29AF; }
a { background-color: rgb(79,41,175); }
div.DivClassName
{
background-color: #4F29AF;
}
.BgClassName
{
background-color: #4F29AF;
}
</style>
border-color css
<style>
span { border-color: #4F29AF; }
span { border-color: rgb(79,41,175); }
td.TdClassName
{
border-color: #4F29AF;
}
.TagClassName
{
border-color: #4F29AF;
}
</style>