Shades of Purple Heart #4F3BC0
Tints of Purple Heart #4F3BC0
RGB
CMYK
RGB Variations
Color information
#4F3BC0 (or 0x4F3BC0) is known color: Purple Heart. HEX triplet: 4F, 3B and C0. RGB value is (79,59,192). Sum of RGB (Red+Green+Blue) = 79+59+192=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 192 (75.39% from 255 or 58.18% from 330); Max value from RGB is 192 - color contains mainly: blue. Hex color #4F3BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3BC0 is #B0C43F. Grayscale: #4F4F4F. Windows color (decimal): -11584576 or 12598095. OLE color: 12598095.
HSL color Cylindrical-coordinate representation of color #4F3BC0: hue angle of 249.02º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F3BC0 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 59 | 192 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.25 |
| HSL | 249.02º | 0.53% | 0.49% | - |
| HSV(B) | 249.02º | 0.69% | 0.75% | - |
| XYZ | 14.3 | 8.6 | 50.77 | - |
| YUV | 80.14 | 191.13 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 59 | 192 | 0.59 | 0.69 | 0 | 0.25 | 249.02 | 0.53 | 0.49 |
| Hex | 4F | 3B | C0 | 3B | 45 | 0 | 19 | F9 | 35 | 31 |
| Octal | 117 | 73 | 300 | 73 | 105 | 0 | 31 | 371 | 65 | 61 |
| Binary | 1001111 | 111011 | 11000000 | 111011 | 1000101 | 0 | 11001 | 11111001 | 110101 | 110001 |
Color Harmonies of #4F3BC0
Complementary color
Monochromatic Colors of #4F3BC0
Black with #4F3BC0
Text Example
Text Example
White with #4F3BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3BC0; }
p { color: rgb(79,59,192); }
H1.HeaderClassName
{
color: #4F3BC0;
}
.AnyTagClassName
{
color: #4F3BC0;
}
</style>
background-color css
<style>
a { background-color: #4F3BC0; }
a { background-color: rgb(79,59,192); }
div.DivClassName
{
background-color: #4F3BC0;
}
.BgClassName
{
background-color: #4F3BC0;
}
</style>
border-color css
<style>
span { border-color: #4F3BC0; }
span { border-color: rgb(79,59,192); }
td.TdClassName
{
border-color: #4F3BC0;
}
.TagClassName
{
border-color: #4F3BC0;
}
</style>