Shades of Purple Heart #4F0CD0
Tints of Purple Heart #4F0CD0
RGB
CMYK
RGB Variations
Color information
#4F0CD0 (or 0x4F0CD0) is known color: Purple Heart. HEX triplet: 4F, 0C and D0. RGB value is (79,12,208). Sum of RGB (Red+Green+Blue) = 79+12+208=299 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.42% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 208 (81.64% from 255 or 69.57% from 299); Max value from RGB is 208 - color contains mainly: blue. Hex color #4F0CD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0CD0 is #B0F32F. Grayscale: #353535. Windows color (decimal): -11596592 or 13634639. OLE color: 13634639.
HSL color Cylindrical-coordinate representation of color #4F0CD0: hue angle of 260.51º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0CD0 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 12 | 208 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.18 |
| HSL | 260.51º | 0.89% | 0.43% | - |
| HSV(B) | 260.51º | 0.94% | 0.82% | - |
| XYZ | 14.74 | 6.48 | 60.15 | - |
| YUV | 54.38 | 214.7 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 12 | 208 | 0.62 | 0.94 | 0 | 0.18 | 260.51 | 0.89 | 0.43 |
| Hex | 4F | C | D0 | 3E | 5E | 0 | 12 | 105 | 59 | 2B |
| Octal | 117 | 14 | 320 | 76 | 136 | 0 | 22 | 405 | 131 | 53 |
| Binary | 1001111 | 1100 | 11010000 | 111110 | 1011110 | 0 | 10010 | 100000101 | 1011001 | 101011 |
Color Harmonies of #4F0CD0
Complementary color
Monochromatic Colors of #4F0CD0
Black with #4F0CD0
Text Example
Text Example
White with #4F0CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0CD0; }
p { color: rgb(79,12,208); }
H1.HeaderClassName
{
color: #4F0CD0;
}
.AnyTagClassName
{
color: #4F0CD0;
}
</style>
background-color css
<style>
a { background-color: #4F0CD0; }
a { background-color: rgb(79,12,208); }
div.DivClassName
{
background-color: #4F0CD0;
}
.BgClassName
{
background-color: #4F0CD0;
}
</style>
border-color css
<style>
span { border-color: #4F0CD0; }
span { border-color: rgb(79,12,208); }
td.TdClassName
{
border-color: #4F0CD0;
}
.TagClassName
{
border-color: #4F0CD0;
}
</style>