Shades of Purple Heart #4F07BD
Tints of Purple Heart #4F07BD
RGB
CMYK
RGB Variations
Color information
#4F07BD (or 0x4F07BD) is known color: Purple Heart. HEX triplet: 4F, 07 and BD. RGB value is (79,7,189). Sum of RGB (Red+Green+Blue) = 79+7+189=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 189 (74.22% from 255 or 68.73% from 275); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F07BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F07BD is #B0F842. Grayscale: #303030. Windows color (decimal): -11597891 or 12388175. OLE color: 12388175.
HSL color Cylindrical-coordinate representation of color #4F07BD: hue angle of 263.74º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F07BD is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 7 | 189 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.26 |
| HSL | 263.74º | 0.93% | 0.38% | - |
| HSV(B) | 263.74º | 0.96% | 0.74% | - |
| XYZ | 12.49 | 5.49 | 48.55 | - |
| YUV | 49.28 | 206.85 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 7 | 189 | 0.58 | 0.96 | 0 | 0.26 | 263.74 | 0.93 | 0.38 |
| Hex | 4F | 7 | BD | 3A | 60 | 0 | 1A | 108 | 5D | 26 |
| Octal | 117 | 7 | 275 | 72 | 140 | 0 | 32 | 410 | 135 | 46 |
| Binary | 1001111 | 111 | 10111101 | 111010 | 1100000 | 0 | 11010 | 100001000 | 1011101 | 100110 |
Color Harmonies of #4F07BD
Complementary color
Monochromatic Colors of #4F07BD
Black with #4F07BD
Text Example
Text Example
White with #4F07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F07BD; }
p { color: rgb(79,7,189); }
H1.HeaderClassName
{
color: #4F07BD;
}
.AnyTagClassName
{
color: #4F07BD;
}
</style>
background-color css
<style>
a { background-color: #4F07BD; }
a { background-color: rgb(79,7,189); }
div.DivClassName
{
background-color: #4F07BD;
}
.BgClassName
{
background-color: #4F07BD;
}
</style>
border-color css
<style>
span { border-color: #4F07BD; }
span { border-color: rgb(79,7,189); }
td.TdClassName
{
border-color: #4F07BD;
}
.TagClassName
{
border-color: #4F07BD;
}
</style>