Shades of Purple Heart #4F1AAA
Tints of Purple Heart #4F1AAA
RGB
CMYK
RGB Variations
Color information
#4F1AAA (or 0x4F1AAA) is known color: Purple Heart. HEX triplet: 4F, 1A and AA. RGB value is (79,26,170). Sum of RGB (Red+Green+Blue) = 79+26+170=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F1AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F1AAA is #B0E555. Grayscale: #393939. Windows color (decimal): -11593046 or 11147855. OLE color: 11147855.
HSL color Cylindrical-coordinate representation of color #4F1AAA: hue angle of 262.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F1AAA is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 26 | 170 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.33 |
| HSL | 262.08º | 0.73% | 0.38% | - |
| HSV(B) | 262.08º | 0.85% | 0.67% | - |
| XYZ | 10.85 | 5.3 | 38.48 | - |
| YUV | 58.26 | 191.06 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 26 | 170 | 0.54 | 0.85 | 0 | 0.33 | 262.08 | 0.73 | 0.38 |
| Hex | 4F | 1A | AA | 36 | 55 | 0 | 21 | 106 | 49 | 26 |
| Octal | 117 | 32 | 252 | 66 | 125 | 0 | 41 | 406 | 111 | 46 |
| Binary | 1001111 | 11010 | 10101010 | 110110 | 1010101 | 0 | 100001 | 100000110 | 1001001 | 100110 |
Color Harmonies of #4F1AAA
Complementary color
Monochromatic Colors of #4F1AAA
Black with #4F1AAA
Text Example
Text Example
White with #4F1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1AAA; }
p { color: rgb(79,26,170); }
H1.HeaderClassName
{
color: #4F1AAA;
}
.AnyTagClassName
{
color: #4F1AAA;
}
</style>
background-color css
<style>
a { background-color: #4F1AAA; }
a { background-color: rgb(79,26,170); }
div.DivClassName
{
background-color: #4F1AAA;
}
.BgClassName
{
background-color: #4F1AAA;
}
</style>
border-color css
<style>
span { border-color: #4F1AAA; }
span { border-color: rgb(79,26,170); }
td.TdClassName
{
border-color: #4F1AAA;
}
.TagClassName
{
border-color: #4F1AAA;
}
</style>