Shades of Purple Heart #4F08BD
Tints of Purple Heart #4F08BD
RGB
CMYK
RGB Variations
Color information
#4F08BD (or 0x4F08BD) is known color: Purple Heart. HEX triplet: 4F, 08 and BD. RGB value is (79,8,189). Sum of RGB (Red+Green+Blue) = 79+8+189=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F08BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F08BD is #B0F742. Grayscale: #313131. Windows color (decimal): -11597635 or 12388431. OLE color: 12388431.
HSL color Cylindrical-coordinate representation of color #4F08BD: hue angle of 263.54º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F08BD is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 8 | 189 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.26 |
| HSL | 263.54º | 0.92% | 0.39% | - |
| HSV(B) | 263.54º | 0.96% | 0.74% | - |
| XYZ | 12.5 | 5.51 | 48.55 | - |
| YUV | 49.86 | 206.52 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 189 | 0.58 | 0.96 | 0 | 0.26 | 263.54 | 0.92 | 0.39 |
| Hex | 4F | 8 | BD | 3A | 60 | 0 | 1A | 108 | 5C | 27 |
| Octal | 117 | 10 | 275 | 72 | 140 | 0 | 32 | 410 | 134 | 47 |
| Binary | 1001111 | 1000 | 10111101 | 111010 | 1100000 | 0 | 11010 | 100001000 | 1011100 | 100111 |
Color Harmonies of #4F08BD
Complementary color
Monochromatic Colors of #4F08BD
Black with #4F08BD
Text Example
Text Example
White with #4F08BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F08BD; }
p { color: rgb(79,8,189); }
H1.HeaderClassName
{
color: #4F08BD;
}
.AnyTagClassName
{
color: #4F08BD;
}
</style>
background-color css
<style>
a { background-color: #4F08BD; }
a { background-color: rgb(79,8,189); }
div.DivClassName
{
background-color: #4F08BD;
}
.BgClassName
{
background-color: #4F08BD;
}
</style>
border-color css
<style>
span { border-color: #4F08BD; }
span { border-color: rgb(79,8,189); }
td.TdClassName
{
border-color: #4F08BD;
}
.TagClassName
{
border-color: #4F08BD;
}
</style>