Shades of Purple Heart #4F07BA
Tints of Purple Heart #4F07BA
RGB
CMYK
RGB Variations
Color information
#4F07BA (or 0x4F07BA) is known color: Purple Heart. HEX triplet: 4F, 07 and BA. RGB value is (79,7,186). Sum of RGB (Red+Green+Blue) = 79+7+186=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F07BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F07BA is #B0F845. Grayscale: #303030. Windows color (decimal): -11597894 or 12191567. OLE color: 12191567.
HSL color Cylindrical-coordinate representation of color #4F07BA: hue angle of 264.13º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F07BA is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 7 | 186 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.27 |
| HSL | 264.13º | 0.93% | 0.38% | - |
| HSV(B) | 264.13º | 0.96% | 0.73% | - |
| XYZ | 12.16 | 5.36 | 46.85 | - |
| YUV | 48.93 | 205.35 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 7 | 186 | 0.58 | 0.96 | 0 | 0.27 | 264.13 | 0.93 | 0.38 |
| Hex | 4F | 7 | BA | 3A | 60 | 0 | 1B | 108 | 5D | 26 |
| Octal | 117 | 7 | 272 | 72 | 140 | 0 | 33 | 410 | 135 | 46 |
| Binary | 1001111 | 111 | 10111010 | 111010 | 1100000 | 0 | 11011 | 100001000 | 1011101 | 100110 |
Color Harmonies of #4F07BA
Complementary color
Monochromatic Colors of #4F07BA
Black with #4F07BA
Text Example
Text Example
White with #4F07BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F07BA; }
p { color: rgb(79,7,186); }
H1.HeaderClassName
{
color: #4F07BA;
}
.AnyTagClassName
{
color: #4F07BA;
}
</style>
background-color css
<style>
a { background-color: #4F07BA; }
a { background-color: rgb(79,7,186); }
div.DivClassName
{
background-color: #4F07BA;
}
.BgClassName
{
background-color: #4F07BA;
}
</style>
border-color css
<style>
span { border-color: #4F07BA; }
span { border-color: rgb(79,7,186); }
td.TdClassName
{
border-color: #4F07BA;
}
.TagClassName
{
border-color: #4F07BA;
}
</style>