Shades of Purple Heart #4F10BB
Tints of Purple Heart #4F10BB
RGB
CMYK
RGB Variations
Color information
#4F10BB (or 0x4F10BB) is known color: Purple Heart. HEX triplet: 4F, 10 and BB. RGB value is (79,16,187). Sum of RGB (Red+Green+Blue) = 79+16+187=282 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.01% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F10BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F10BB is #B0EF44. Grayscale: #353535. Windows color (decimal): -11595589 or 12259407. OLE color: 12259407.
HSL color Cylindrical-coordinate representation of color #4F10BB: hue angle of 262.11º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F10BB is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 16 | 187 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.27 |
| HSL | 262.11º | 0.84% | 0.4% | - |
| HSV(B) | 262.11º | 0.91% | 0.73% | - |
| XYZ | 12.38 | 5.62 | 47.45 | - |
| YUV | 54.33 | 202.87 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 187 | 0.58 | 0.91 | 0 | 0.27 | 262.11 | 0.84 | 0.4 |
| Hex | 4F | 10 | BB | 3A | 5B | 0 | 1B | 106 | 54 | 28 |
| Octal | 117 | 20 | 273 | 72 | 133 | 0 | 33 | 406 | 124 | 50 |
| Binary | 1001111 | 10000 | 10111011 | 111010 | 1011011 | 0 | 11011 | 100000110 | 1010100 | 101000 |
Color Harmonies of #4F10BB
Complementary color
Monochromatic Colors of #4F10BB
Black with #4F10BB
Text Example
Text Example
White with #4F10BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F10BB; }
p { color: rgb(79,16,187); }
H1.HeaderClassName
{
color: #4F10BB;
}
.AnyTagClassName
{
color: #4F10BB;
}
</style>
background-color css
<style>
a { background-color: #4F10BB; }
a { background-color: rgb(79,16,187); }
div.DivClassName
{
background-color: #4F10BB;
}
.BgClassName
{
background-color: #4F10BB;
}
</style>
border-color css
<style>
span { border-color: #4F10BB; }
span { border-color: rgb(79,16,187); }
td.TdClassName
{
border-color: #4F10BB;
}
.TagClassName
{
border-color: #4F10BB;
}
</style>