Shades of Purple Heart #4F32BC
Tints of Purple Heart #4F32BC
RGB
CMYK
RGB Variations
Color information
#4F32BC (or 0x4F32BC) is known color: Purple Heart. HEX triplet: 4F, 32 and BC. RGB value is (79,50,188). Sum of RGB (Red+Green+Blue) = 79+50+188=317 (41% of max value = 765). Red value is 79 (31.25% from 255 or 24.92% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F32BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F32BC is #B0CD43. Grayscale: #494949. Windows color (decimal): -11586884 or 12333647. OLE color: 12333647.
HSL color Cylindrical-coordinate representation of color #4F32BC: hue angle of 252.61º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F32BC is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 50 | 188 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.26 |
| HSL | 252.61º | 0.58% | 0.47% | - |
| HSV(B) | 252.61º | 0.73% | 0.74% | - |
| XYZ | 13.44 | 7.57 | 48.33 | - |
| YUV | 74.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 188 | 0.58 | 0.73 | 0 | 0.26 | 252.61 | 0.58 | 0.47 |
| Hex | 4F | 32 | BC | 3A | 49 | 0 | 1A | FD | 3A | 2F |
| Octal | 117 | 62 | 274 | 72 | 111 | 0 | 32 | 375 | 72 | 57 |
| Binary | 1001111 | 110010 | 10111100 | 111010 | 1001001 | 0 | 11010 | 11111101 | 111010 | 101111 |
Color Harmonies of #4F32BC
Complementary color
Monochromatic Colors of #4F32BC
Black with #4F32BC
Text Example
Text Example
White with #4F32BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F32BC; }
p { color: rgb(79,50,188); }
H1.HeaderClassName
{
color: #4F32BC;
}
.AnyTagClassName
{
color: #4F32BC;
}
</style>
background-color css
<style>
a { background-color: #4F32BC; }
a { background-color: rgb(79,50,188); }
div.DivClassName
{
background-color: #4F32BC;
}
.BgClassName
{
background-color: #4F32BC;
}
</style>
border-color css
<style>
span { border-color: #4F32BC; }
span { border-color: rgb(79,50,188); }
td.TdClassName
{
border-color: #4F32BC;
}
.TagClassName
{
border-color: #4F32BC;
}
</style>