Shades of Purple Heart #4F0ABE
Tints of Purple Heart #4F0ABE
RGB
CMYK
RGB Variations
Color information
#4F0ABE (or 0x4F0ABE) is known color: Purple Heart. HEX triplet: 4F, 0A and BE. RGB value is (79,10,190). Sum of RGB (Red+Green+Blue) = 79+10+190=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F0ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0ABE is #B0F541. Grayscale: #323232. Windows color (decimal): -11597122 or 12454479. OLE color: 12454479.
HSL color Cylindrical-coordinate representation of color #4F0ABE: hue angle of 263º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0ABE is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 10 | 190 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.25 |
| HSL | 263º | 0.9% | 0.39% | - |
| HSV(B) | 263º | 0.95% | 0.75% | - |
| XYZ | 12.63 | 5.6 | 49.13 | - |
| YUV | 51.15 | 206.36 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 10 | 190 | 0.58 | 0.95 | 0 | 0.25 | 263 | 0.9 | 0.39 |
| Hex | 4F | A | BE | 3A | 5F | 0 | 19 | 107 | 5A | 27 |
| Octal | 117 | 12 | 276 | 72 | 137 | 0 | 31 | 407 | 132 | 47 |
| Binary | 1001111 | 1010 | 10111110 | 111010 | 1011111 | 0 | 11001 | 100000111 | 1011010 | 100111 |
Color Harmonies of #4F0ABE
Complementary color
Monochromatic Colors of #4F0ABE
Black with #4F0ABE
Text Example
Text Example
White with #4F0ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0ABE; }
p { color: rgb(79,10,190); }
H1.HeaderClassName
{
color: #4F0ABE;
}
.AnyTagClassName
{
color: #4F0ABE;
}
</style>
background-color css
<style>
a { background-color: #4F0ABE; }
a { background-color: rgb(79,10,190); }
div.DivClassName
{
background-color: #4F0ABE;
}
.BgClassName
{
background-color: #4F0ABE;
}
</style>
border-color css
<style>
span { border-color: #4F0ABE; }
span { border-color: rgb(79,10,190); }
td.TdClassName
{
border-color: #4F0ABE;
}
.TagClassName
{
border-color: #4F0ABE;
}
</style>