Shades of Purple Heart #4F0DCD
Tints of Purple Heart #4F0DCD
RGB
CMYK
RGB Variations
Color information
#4F0DCD (or 0x4F0DCD) is known color: Purple Heart. HEX triplet: 4F, 0D and CD. RGB value is (79,13,205). Sum of RGB (Red+Green+Blue) = 79+13+205=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F0DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0DCD is #B0F232. Grayscale: #353535. Windows color (decimal): -11596339 or 13438287. OLE color: 13438287.
HSL color Cylindrical-coordinate representation of color #4F0DCD: hue angle of 260.62º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0DCD is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 13 | 205 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.20 |
| HSL | 260.63º | 0.88% | 0.43% | - |
| HSV(B) | 260.63º | 0.94% | 0.8% | - |
| XYZ | 14.39 | 6.36 | 58.23 | - |
| YUV | 54.62 | 212.87 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 13 | 205 | 0.61 | 0.94 | 0 | 0.20 | 260.63 | 0.88 | 0.43 |
| Hex | 4F | D | CD | 3D | 5E | 0 | 14 | 105 | 58 | 2B |
| Octal | 117 | 15 | 315 | 75 | 136 | 0 | 24 | 405 | 130 | 53 |
| Binary | 1001111 | 1101 | 11001101 | 111101 | 1011110 | 0 | 10100 | 100000101 | 1011000 | 101011 |
Color Harmonies of #4F0DCD
Complementary color
Monochromatic Colors of #4F0DCD
Black with #4F0DCD
Text Example
Text Example
White with #4F0DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0DCD; }
p { color: rgb(79,13,205); }
H1.HeaderClassName
{
color: #4F0DCD;
}
.AnyTagClassName
{
color: #4F0DCD;
}
</style>
background-color css
<style>
a { background-color: #4F0DCD; }
a { background-color: rgb(79,13,205); }
div.DivClassName
{
background-color: #4F0DCD;
}
.BgClassName
{
background-color: #4F0DCD;
}
</style>
border-color css
<style>
span { border-color: #4F0DCD; }
span { border-color: rgb(79,13,205); }
td.TdClassName
{
border-color: #4F0DCD;
}
.TagClassName
{
border-color: #4F0DCD;
}
</style>