Shades of Purple Heart #4F3CBC
Tints of Purple Heart #4F3CBC
RGB
CMYK
RGB Variations
Color information
#4F3CBC (or 0x4F3CBC) is known color: Purple Heart. HEX triplet: 4F, 3C and BC. RGB value is (79,60,188). Sum of RGB (Red+Green+Blue) = 79+60+188=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F3CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3CBC is #B0C343. Grayscale: #4F4F4F. Windows color (decimal): -11584324 or 12336207. OLE color: 12336207.
HSL color Cylindrical-coordinate representation of color #4F3CBC: hue angle of 248.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F3CBC is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 60 | 188 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.26 |
| HSL | 248.91º | 0.52% | 0.49% | - |
| HSV(B) | 248.91º | 0.68% | 0.74% | - |
| XYZ | 13.92 | 8.52 | 48.49 | - |
| YUV | 80.27 | 188.79 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 188 | 0.58 | 0.68 | 0 | 0.26 | 248.91 | 0.52 | 0.49 |
| Hex | 4F | 3C | BC | 3A | 44 | 0 | 1A | F9 | 34 | 31 |
| Octal | 117 | 74 | 274 | 72 | 104 | 0 | 32 | 371 | 64 | 61 |
| Binary | 1001111 | 111100 | 10111100 | 111010 | 1000100 | 0 | 11010 | 11111001 | 110100 | 110001 |
Color Harmonies of #4F3CBC
Complementary color
Monochromatic Colors of #4F3CBC
Black with #4F3CBC
Text Example
Text Example
White with #4F3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3CBC; }
p { color: rgb(79,60,188); }
H1.HeaderClassName
{
color: #4F3CBC;
}
.AnyTagClassName
{
color: #4F3CBC;
}
</style>
background-color css
<style>
a { background-color: #4F3CBC; }
a { background-color: rgb(79,60,188); }
div.DivClassName
{
background-color: #4F3CBC;
}
.BgClassName
{
background-color: #4F3CBC;
}
</style>
border-color css
<style>
span { border-color: #4F3CBC; }
span { border-color: rgb(79,60,188); }
td.TdClassName
{
border-color: #4F3CBC;
}
.TagClassName
{
border-color: #4F3CBC;
}
</style>