Shades of Purple Heart #4F0FCA
Tints of Purple Heart #4F0FCA
RGB
CMYK
RGB Variations
Color information
#4F0FCA (or 0x4F0FCA) is known color: Purple Heart. HEX triplet: 4F, 0F and CA. RGB value is (79,15,202). Sum of RGB (Red+Green+Blue) = 79+15+202=296 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.69% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F0FCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0FCA is #B0F035. Grayscale: #363636. Windows color (decimal): -11595830 or 13242191. OLE color: 13242191.
HSL color Cylindrical-coordinate representation of color #4F0FCA: hue angle of 260.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F0FCA is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 15 | 202 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.21 |
| HSL | 260.53º | 0.86% | 0.43% | - |
| HSV(B) | 260.53º | 0.93% | 0.79% | - |
| XYZ | 14.06 | 6.27 | 56.35 | - |
| YUV | 55.45 | 210.7 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 15 | 202 | 0.61 | 0.93 | 0 | 0.21 | 260.53 | 0.86 | 0.43 |
| Hex | 4F | F | CA | 3D | 5D | 0 | 15 | 105 | 56 | 2B |
| Octal | 117 | 17 | 312 | 75 | 135 | 0 | 25 | 405 | 126 | 53 |
| Binary | 1001111 | 1111 | 11001010 | 111101 | 1011101 | 0 | 10101 | 100000101 | 1010110 | 101011 |
Color Harmonies of #4F0FCA
Complementary color
Monochromatic Colors of #4F0FCA
Black with #4F0FCA
Text Example
Text Example
White with #4F0FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0FCA; }
p { color: rgb(79,15,202); }
H1.HeaderClassName
{
color: #4F0FCA;
}
.AnyTagClassName
{
color: #4F0FCA;
}
</style>
background-color css
<style>
a { background-color: #4F0FCA; }
a { background-color: rgb(79,15,202); }
div.DivClassName
{
background-color: #4F0FCA;
}
.BgClassName
{
background-color: #4F0FCA;
}
</style>
border-color css
<style>
span { border-color: #4F0FCA; }
span { border-color: rgb(79,15,202); }
td.TdClassName
{
border-color: #4F0FCA;
}
.TagClassName
{
border-color: #4F0FCA;
}
</style>