Shades of Purple Heart #4F08BA
Tints of Purple Heart #4F08BA
RGB
CMYK
RGB Variations
Color information
#4F08BA (or 0x4F08BA) is known color: Purple Heart. HEX triplet: 4F, 08 and BA. RGB value is (79,8,186). Sum of RGB (Red+Green+Blue) = 79+8+186=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F08BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F08BA is #B0F745. Grayscale: #303030. Windows color (decimal): -11597638 or 12191823. OLE color: 12191823.
HSL color Cylindrical-coordinate representation of color #4F08BA: hue angle of 263.93º degrees, saturation: 0.92, 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 #4F08BA is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 8 | 186 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.27 |
| HSL | 263.93º | 0.92% | 0.38% | - |
| HSV(B) | 263.93º | 0.96% | 0.73% | - |
| XYZ | 12.17 | 5.38 | 46.85 | - |
| YUV | 49.52 | 205.02 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 186 | 0.58 | 0.96 | 0 | 0.27 | 263.93 | 0.92 | 0.38 |
| Hex | 4F | 8 | BA | 3A | 60 | 0 | 1B | 108 | 5C | 26 |
| Octal | 117 | 10 | 272 | 72 | 140 | 0 | 33 | 410 | 134 | 46 |
| Binary | 1001111 | 1000 | 10111010 | 111010 | 1100000 | 0 | 11011 | 100001000 | 1011100 | 100110 |
Color Harmonies of #4F08BA
Complementary color
Monochromatic Colors of #4F08BA
Black with #4F08BA
Text Example
Text Example
White with #4F08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F08BA; }
p { color: rgb(79,8,186); }
H1.HeaderClassName
{
color: #4F08BA;
}
.AnyTagClassName
{
color: #4F08BA;
}
</style>
background-color css
<style>
a { background-color: #4F08BA; }
a { background-color: rgb(79,8,186); }
div.DivClassName
{
background-color: #4F08BA;
}
.BgClassName
{
background-color: #4F08BA;
}
</style>
border-color css
<style>
span { border-color: #4F08BA; }
span { border-color: rgb(79,8,186); }
td.TdClassName
{
border-color: #4F08BA;
}
.TagClassName
{
border-color: #4F08BA;
}
</style>