Shades of Purple Heart #4F32B9
Tints of Purple Heart #4F32B9
RGB
CMYK
RGB Variations
Color information
#4F32B9 (or 0x4F32B9) is known color: Purple Heart. HEX triplet: 4F, 32 and B9. RGB value is (79,50,185). Sum of RGB (Red+Green+Blue) = 79+50+185=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #4F32B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F32B9 is #B0CD46. Grayscale: #494949. Windows color (decimal): -11586887 or 12137039. OLE color: 12137039.
HSL color Cylindrical-coordinate representation of color #4F32B9: hue angle of 252.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F32B9 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 50 | 185 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.27 |
| HSL | 252.89º | 0.57% | 0.46% | - |
| HSV(B) | 252.89º | 0.73% | 0.73% | - |
| XYZ | 13.12 | 7.45 | 46.64 | - |
| YUV | 74.06 | 190.61 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 185 | 0.57 | 0.73 | 0 | 0.27 | 252.89 | 0.57 | 0.46 |
| Hex | 4F | 32 | B9 | 39 | 49 | 0 | 1B | FD | 39 | 2E |
| Octal | 117 | 62 | 271 | 71 | 111 | 0 | 33 | 375 | 71 | 56 |
| Binary | 1001111 | 110010 | 10111001 | 111001 | 1001001 | 0 | 11011 | 11111101 | 111001 | 101110 |
Color Harmonies of #4F32B9
Complementary color
Monochromatic Colors of #4F32B9
Black with #4F32B9
Text Example
Text Example
White with #4F32B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F32B9; }
p { color: rgb(79,50,185); }
H1.HeaderClassName
{
color: #4F32B9;
}
.AnyTagClassName
{
color: #4F32B9;
}
</style>
background-color css
<style>
a { background-color: #4F32B9; }
a { background-color: rgb(79,50,185); }
div.DivClassName
{
background-color: #4F32B9;
}
.BgClassName
{
background-color: #4F32B9;
}
</style>
border-color css
<style>
span { border-color: #4F32B9; }
span { border-color: rgb(79,50,185); }
td.TdClassName
{
border-color: #4F32B9;
}
.TagClassName
{
border-color: #4F32B9;
}
</style>