Shades of Purple Heart #4F1CAE
Tints of Purple Heart #4F1CAE
RGB
CMYK
RGB Variations
Color information
#4F1CAE (or 0x4F1CAE) is known color: Purple Heart. HEX triplet: 4F, 1C and AE. RGB value is (79,28,174). Sum of RGB (Red+Green+Blue) = 79+28+174=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F1CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F1CAE is #B0E351. Grayscale: #3B3B3B. Windows color (decimal): -11592530 or 11410511. OLE color: 11410511.
HSL color Cylindrical-coordinate representation of color #4F1CAE: hue angle of 260.96º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F1CAE is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 28 | 174 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.32 |
| HSL | 260.96º | 0.72% | 0.4% | - |
| HSV(B) | 260.96º | 0.84% | 0.68% | - |
| XYZ | 11.28 | 5.55 | 40.52 | - |
| YUV | 59.89 | 192.4 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 28 | 174 | 0.55 | 0.84 | 0 | 0.32 | 260.96 | 0.72 | 0.4 |
| Hex | 4F | 1C | AE | 37 | 54 | 0 | 20 | 105 | 48 | 28 |
| Octal | 117 | 34 | 256 | 67 | 124 | 0 | 40 | 405 | 110 | 50 |
| Binary | 1001111 | 11100 | 10101110 | 110111 | 1010100 | 0 | 100000 | 100000101 | 1001000 | 101000 |
Color Harmonies of #4F1CAE
Complementary color
Monochromatic Colors of #4F1CAE
Black with #4F1CAE
Text Example
Text Example
White with #4F1CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1CAE; }
p { color: rgb(79,28,174); }
H1.HeaderClassName
{
color: #4F1CAE;
}
.AnyTagClassName
{
color: #4F1CAE;
}
</style>
background-color css
<style>
a { background-color: #4F1CAE; }
a { background-color: rgb(79,28,174); }
div.DivClassName
{
background-color: #4F1CAE;
}
.BgClassName
{
background-color: #4F1CAE;
}
</style>
border-color css
<style>
span { border-color: #4F1CAE; }
span { border-color: rgb(79,28,174); }
td.TdClassName
{
border-color: #4F1CAE;
}
.TagClassName
{
border-color: #4F1CAE;
}
</style>