Shades of Purple Heart #4F04BD
Tints of Purple Heart #4F04BD
RGB
CMYK
RGB Variations
Color information
#4F04BD (or 0x4F04BD) is known color: Purple Heart. HEX triplet: 4F, 04 and BD. RGB value is (79,4,189). Sum of RGB (Red+Green+Blue) = 79+4+189=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F04BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F04BD is #B0FB42. Grayscale: #2E2E2E. Windows color (decimal): -11598659 or 12387407. OLE color: 12387407.
HSL color Cylindrical-coordinate representation of color #4F04BD: hue angle of 264.32º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F04BD is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 4 | 189 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.26 |
| HSL | 264.32º | 0.96% | 0.38% | - |
| HSV(B) | 264.32º | 0.98% | 0.74% | - |
| XYZ | 12.45 | 5.42 | 48.53 | - |
| YUV | 47.52 | 207.85 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 189 | 0.58 | 0.98 | 0 | 0.26 | 264.32 | 0.96 | 0.38 |
| Hex | 4F | 4 | BD | 3A | 62 | 0 | 1A | 108 | 60 | 26 |
| Octal | 117 | 4 | 275 | 72 | 142 | 0 | 32 | 410 | 140 | 46 |
| Binary | 1001111 | 100 | 10111101 | 111010 | 1100010 | 0 | 11010 | 100001000 | 1100000 | 100110 |
Color Harmonies of #4F04BD
Complementary color
Monochromatic Colors of #4F04BD
Black with #4F04BD
Text Example
Text Example
White with #4F04BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F04BD; }
p { color: rgb(79,4,189); }
H1.HeaderClassName
{
color: #4F04BD;
}
.AnyTagClassName
{
color: #4F04BD;
}
</style>
background-color css
<style>
a { background-color: #4F04BD; }
a { background-color: rgb(79,4,189); }
div.DivClassName
{
background-color: #4F04BD;
}
.BgClassName
{
background-color: #4F04BD;
}
</style>
border-color css
<style>
span { border-color: #4F04BD; }
span { border-color: rgb(79,4,189); }
td.TdClassName
{
border-color: #4F04BD;
}
.TagClassName
{
border-color: #4F04BD;
}
</style>