Shades of Purple Heart #4F08BB
Tints of Purple Heart #4F08BB
RGB
CMYK
RGB Variations
Color information
#4F08BB (or 0x4F08BB) is known color: Purple Heart. HEX triplet: 4F, 08 and BB. RGB value is (79,8,187). Sum of RGB (Red+Green+Blue) = 79+8+187=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F08BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F08BB is #B0F744. Grayscale: #303030. Windows color (decimal): -11597637 or 12257359. OLE color: 12257359.
HSL color Cylindrical-coordinate representation of color #4F08BB: hue angle of 263.8º 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 #4F08BB is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 8 | 187 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.27 |
| HSL | 263.8º | 0.92% | 0.38% | - |
| HSV(B) | 263.8º | 0.96% | 0.73% | - |
| XYZ | 12.28 | 5.42 | 47.41 | - |
| YUV | 49.64 | 205.52 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 187 | 0.58 | 0.96 | 0 | 0.27 | 263.8 | 0.92 | 0.38 |
| Hex | 4F | 8 | BB | 3A | 60 | 0 | 1B | 108 | 5C | 26 |
| Octal | 117 | 10 | 273 | 72 | 140 | 0 | 33 | 410 | 134 | 46 |
| Binary | 1001111 | 1000 | 10111011 | 111010 | 1100000 | 0 | 11011 | 100001000 | 1011100 | 100110 |
Color Harmonies of #4F08BB
Complementary color
Monochromatic Colors of #4F08BB
Black with #4F08BB
Text Example
Text Example
White with #4F08BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F08BB; }
p { color: rgb(79,8,187); }
H1.HeaderClassName
{
color: #4F08BB;
}
.AnyTagClassName
{
color: #4F08BB;
}
</style>
background-color css
<style>
a { background-color: #4F08BB; }
a { background-color: rgb(79,8,187); }
div.DivClassName
{
background-color: #4F08BB;
}
.BgClassName
{
background-color: #4F08BB;
}
</style>
border-color css
<style>
span { border-color: #4F08BB; }
span { border-color: rgb(79,8,187); }
td.TdClassName
{
border-color: #4F08BB;
}
.TagClassName
{
border-color: #4F08BB;
}
</style>