Shades of Purple Heart #4F0FCE
Tints of Purple Heart #4F0FCE
RGB
CMYK
RGB Variations
Color information
#4F0FCE (or 0x4F0FCE) is known color: Purple Heart. HEX triplet: 4F, 0F and CE. RGB value is (79,15,206). Sum of RGB (Red+Green+Blue) = 79+15+206=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F0FCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0FCE is #B0F031. Grayscale: #373737. Windows color (decimal): -11595826 or 13504335. OLE color: 13504335.
HSL color Cylindrical-coordinate representation of color #4F0FCE: hue angle of 260.1º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F0FCE is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 15 | 206 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.19 |
| HSL | 260.1º | 0.86% | 0.43% | - |
| HSV(B) | 260.1º | 0.93% | 0.81% | - |
| XYZ | 14.54 | 6.46 | 58.87 | - |
| YUV | 55.91 | 212.7 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 15 | 206 | 0.62 | 0.93 | 0 | 0.19 | 260.1 | 0.86 | 0.43 |
| Hex | 4F | F | CE | 3E | 5D | 0 | 13 | 104 | 56 | 2B |
| Octal | 117 | 17 | 316 | 76 | 135 | 0 | 23 | 404 | 126 | 53 |
| Binary | 1001111 | 1111 | 11001110 | 111110 | 1011101 | 0 | 10011 | 100000100 | 1010110 | 101011 |
Color Harmonies of #4F0FCE
Complementary color
Monochromatic Colors of #4F0FCE
Black with #4F0FCE
Text Example
Text Example
White with #4F0FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0FCE; }
p { color: rgb(79,15,206); }
H1.HeaderClassName
{
color: #4F0FCE;
}
.AnyTagClassName
{
color: #4F0FCE;
}
</style>
background-color css
<style>
a { background-color: #4F0FCE; }
a { background-color: rgb(79,15,206); }
div.DivClassName
{
background-color: #4F0FCE;
}
.BgClassName
{
background-color: #4F0FCE;
}
</style>
border-color css
<style>
span { border-color: #4F0FCE; }
span { border-color: rgb(79,15,206); }
td.TdClassName
{
border-color: #4F0FCE;
}
.TagClassName
{
border-color: #4F0FCE;
}
</style>