Shades of Purple Heart #4F0ABD
Tints of Purple Heart #4F0ABD
RGB
CMYK
RGB Variations
Color information
#4F0ABD (or 0x4F0ABD) is known color: Purple Heart. HEX triplet: 4F, 0A and BD. RGB value is (79,10,189). Sum of RGB (Red+Green+Blue) = 79+10+189=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F0ABD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0ABD is #B0F542. Grayscale: #323232. Windows color (decimal): -11597123 or 12388943. OLE color: 12388943.
HSL color Cylindrical-coordinate representation of color #4F0ABD: hue angle of 263.13º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0ABD is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 10 | 189 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.26 |
| HSL | 263.13º | 0.9% | 0.39% | - |
| HSV(B) | 263.13º | 0.95% | 0.74% | - |
| XYZ | 12.52 | 5.55 | 48.56 | - |
| YUV | 51.04 | 205.86 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 10 | 189 | 0.58 | 0.95 | 0 | 0.26 | 263.13 | 0.9 | 0.39 |
| Hex | 4F | A | BD | 3A | 5F | 0 | 1A | 107 | 5A | 27 |
| Octal | 117 | 12 | 275 | 72 | 137 | 0 | 32 | 407 | 132 | 47 |
| Binary | 1001111 | 1010 | 10111101 | 111010 | 1011111 | 0 | 11010 | 100000111 | 1011010 | 100111 |
Color Harmonies of #4F0ABD
Complementary color
Monochromatic Colors of #4F0ABD
Black with #4F0ABD
Text Example
Text Example
White with #4F0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0ABD; }
p { color: rgb(79,10,189); }
H1.HeaderClassName
{
color: #4F0ABD;
}
.AnyTagClassName
{
color: #4F0ABD;
}
</style>
background-color css
<style>
a { background-color: #4F0ABD; }
a { background-color: rgb(79,10,189); }
div.DivClassName
{
background-color: #4F0ABD;
}
.BgClassName
{
background-color: #4F0ABD;
}
</style>
border-color css
<style>
span { border-color: #4F0ABD; }
span { border-color: rgb(79,10,189); }
td.TdClassName
{
border-color: #4F0ABD;
}
.TagClassName
{
border-color: #4F0ABD;
}
</style>