Shades of Purple Heart #4F0ACE
Tints of Purple Heart #4F0ACE
RGB
CMYK
RGB Variations
Color information
#4F0ACE (or 0x4F0ACE) is known color: Purple Heart. HEX triplet: 4F, 0A and CE. RGB value is (79,10,206). Sum of RGB (Red+Green+Blue) = 79+10+206=295 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.78% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F0ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0ACE is #B0F531. Grayscale: #343434. Windows color (decimal): -11597106 or 13503055. OLE color: 13503055.
HSL color Cylindrical-coordinate representation of color #4F0ACE: hue angle of 261.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0ACE is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 10 | 206 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.19 |
| HSL | 261.12º | 0.91% | 0.42% | - |
| HSV(B) | 261.12º | 0.95% | 0.81% | - |
| XYZ | 14.47 | 6.34 | 58.85 | - |
| YUV | 52.98 | 214.36 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 10 | 206 | 0.62 | 0.95 | 0 | 0.19 | 261.12 | 0.91 | 0.42 |
| Hex | 4F | A | CE | 3E | 5F | 0 | 13 | 105 | 5B | 2A |
| Octal | 117 | 12 | 316 | 76 | 137 | 0 | 23 | 405 | 133 | 52 |
| Binary | 1001111 | 1010 | 11001110 | 111110 | 1011111 | 0 | 10011 | 100000101 | 1011011 | 101010 |
Color Harmonies of #4F0ACE
Complementary color
Monochromatic Colors of #4F0ACE
Black with #4F0ACE
Text Example
Text Example
White with #4F0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0ACE; }
p { color: rgb(79,10,206); }
H1.HeaderClassName
{
color: #4F0ACE;
}
.AnyTagClassName
{
color: #4F0ACE;
}
</style>
background-color css
<style>
a { background-color: #4F0ACE; }
a { background-color: rgb(79,10,206); }
div.DivClassName
{
background-color: #4F0ACE;
}
.BgClassName
{
background-color: #4F0ACE;
}
</style>
border-color css
<style>
span { border-color: #4F0ACE; }
span { border-color: rgb(79,10,206); }
td.TdClassName
{
border-color: #4F0ACE;
}
.TagClassName
{
border-color: #4F0ACE;
}
</style>