Shades of Purple Heart #4F0AD0
Tints of Purple Heart #4F0AD0
RGB
CMYK
RGB Variations
Color information
#4F0AD0 (or 0x4F0AD0) is known color: Purple Heart. HEX triplet: 4F, 0A and D0. RGB value is (79,10,208). Sum of RGB (Red+Green+Blue) = 79+10+208=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 208 (81.64% from 255 or 70.03% from 297); Max value from RGB is 208 - color contains mainly: blue. Hex color #4F0AD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0AD0 is #B0F52F. Grayscale: #343434. Windows color (decimal): -11597104 or 13634127. OLE color: 13634127.
HSL color Cylindrical-coordinate representation of color #4F0AD0: hue angle of 260.91º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0AD0 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 10 | 208 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.18 |
| HSL | 260.91º | 0.91% | 0.43% | - |
| HSV(B) | 260.91º | 0.95% | 0.82% | - |
| XYZ | 14.72 | 6.43 | 60.14 | - |
| YUV | 53.2 | 215.36 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 10 | 208 | 0.62 | 0.95 | 0 | 0.18 | 260.91 | 0.91 | 0.43 |
| Hex | 4F | A | D0 | 3E | 5F | 0 | 12 | 105 | 5B | 2B |
| Octal | 117 | 12 | 320 | 76 | 137 | 0 | 22 | 405 | 133 | 53 |
| Binary | 1001111 | 1010 | 11010000 | 111110 | 1011111 | 0 | 10010 | 100000101 | 1011011 | 101011 |
Color Harmonies of #4F0AD0
Complementary color
Monochromatic Colors of #4F0AD0
Black with #4F0AD0
Text Example
Text Example
White with #4F0AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0AD0; }
p { color: rgb(79,10,208); }
H1.HeaderClassName
{
color: #4F0AD0;
}
.AnyTagClassName
{
color: #4F0AD0;
}
</style>
background-color css
<style>
a { background-color: #4F0AD0; }
a { background-color: rgb(79,10,208); }
div.DivClassName
{
background-color: #4F0AD0;
}
.BgClassName
{
background-color: #4F0AD0;
}
</style>
border-color css
<style>
span { border-color: #4F0AD0; }
span { border-color: rgb(79,10,208); }
td.TdClassName
{
border-color: #4F0AD0;
}
.TagClassName
{
border-color: #4F0AD0;
}
</style>