Shades of Purple Heart #4F0AAE
Tints of Purple Heart #4F0AAE
RGB
CMYK
RGB Variations
Color information
#4F0AAE (or 0x4F0AAE) is known color: Purple Heart. HEX triplet: 4F, 0A and AE. RGB value is (79,10,174). Sum of RGB (Red+Green+Blue) = 79+10+174=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F0AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0AAE is #B0F551. Grayscale: #303030. Windows color (decimal): -11597138 or 11405903. OLE color: 11405903.
HSL color Cylindrical-coordinate representation of color #4F0AAE: hue angle of 265.24º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0AAE is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 10 | 174 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.32 |
| HSL | 265.24º | 0.89% | 0.36% | - |
| HSV(B) | 265.24º | 0.94% | 0.68% | - |
| XYZ | 10.97 | 4.94 | 40.42 | - |
| YUV | 49.33 | 198.36 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 10 | 174 | 0.55 | 0.94 | 0 | 0.32 | 265.24 | 0.89 | 0.36 |
| Hex | 4F | A | AE | 37 | 5E | 0 | 20 | 109 | 59 | 24 |
| Octal | 117 | 12 | 256 | 67 | 136 | 0 | 40 | 411 | 131 | 44 |
| Binary | 1001111 | 1010 | 10101110 | 110111 | 1011110 | 0 | 100000 | 100001001 | 1011001 | 100100 |
Color Harmonies of #4F0AAE
Complementary color
Monochromatic Colors of #4F0AAE
Black with #4F0AAE
Text Example
Text Example
White with #4F0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0AAE; }
p { color: rgb(79,10,174); }
H1.HeaderClassName
{
color: #4F0AAE;
}
.AnyTagClassName
{
color: #4F0AAE;
}
</style>
background-color css
<style>
a { background-color: #4F0AAE; }
a { background-color: rgb(79,10,174); }
div.DivClassName
{
background-color: #4F0AAE;
}
.BgClassName
{
background-color: #4F0AAE;
}
</style>
border-color css
<style>
span { border-color: #4F0AAE; }
span { border-color: rgb(79,10,174); }
td.TdClassName
{
border-color: #4F0AAE;
}
.TagClassName
{
border-color: #4F0AAE;
}
</style>