Shades of Purple Heart #4F2FAC
Tints of Purple Heart #4F2FAC
RGB
CMYK
RGB Variations
Color information
#4F2FAC (or 0x4F2FAC) is known color: Purple Heart. HEX triplet: 4F, 2F and AC. RGB value is (79,47,172). Sum of RGB (Red+Green+Blue) = 79+47+172=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F2FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2FAC is #B0D053. Grayscale: #464646. Windows color (decimal): -11587668 or 11284303. OLE color: 11284303.
HSL color Cylindrical-coordinate representation of color #4F2FAC: hue angle of 255.36º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F2FAC is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 47 | 172 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.33 |
| HSL | 255.36º | 0.57% | 0.43% | - |
| HSV(B) | 255.36º | 0.73% | 0.67% | - |
| XYZ | 11.69 | 6.67 | 39.7 | - |
| YUV | 70.82 | 185.1 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 47 | 172 | 0.54 | 0.73 | 0 | 0.33 | 255.36 | 0.57 | 0.43 |
| Hex | 4F | 2F | AC | 36 | 49 | 0 | 21 | FF | 39 | 2B |
| Octal | 117 | 57 | 254 | 66 | 111 | 0 | 41 | 377 | 71 | 53 |
| Binary | 1001111 | 101111 | 10101100 | 110110 | 1001001 | 0 | 100001 | 11111111 | 111001 | 101011 |
Color Harmonies of #4F2FAC
Complementary color
Monochromatic Colors of #4F2FAC
Black with #4F2FAC
Text Example
Text Example
White with #4F2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2FAC; }
p { color: rgb(79,47,172); }
H1.HeaderClassName
{
color: #4F2FAC;
}
.AnyTagClassName
{
color: #4F2FAC;
}
</style>
background-color css
<style>
a { background-color: #4F2FAC; }
a { background-color: rgb(79,47,172); }
div.DivClassName
{
background-color: #4F2FAC;
}
.BgClassName
{
background-color: #4F2FAC;
}
</style>
border-color css
<style>
span { border-color: #4F2FAC; }
span { border-color: rgb(79,47,172); }
td.TdClassName
{
border-color: #4F2FAC;
}
.TagClassName
{
border-color: #4F2FAC;
}
</style>