Shades of Purple Heart #781DCD
Tints of Purple Heart #781DCD
RGB
CMYK
RGB Variations
Color information
#781DCD (or 0x781DCD) is known color: Purple Heart. HEX triplet: 78, 1D and CD. RGB value is (120,29,205). Sum of RGB (Red+Green+Blue) = 120+29+205=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #781DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781DCD is #87E232. Grayscale: #4B4B4B. Windows color (decimal): -8905267 or 13442424. OLE color: 13442424.
HSL color Cylindrical-coordinate representation of color #781DCD: hue angle of 271.02º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781DCD is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 29 | 205 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.20 |
| HSL | 271.02º | 0.75% | 0.46% | - |
| HSV(B) | 271.02º | 0.86% | 0.8% | - |
| XYZ | 19.2 | 9.28 | 58.54 | - |
| YUV | 76.27 | 200.65 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 205 | 0.41 | 0.86 | 0 | 0.20 | 271.02 | 0.75 | 0.46 |
| Hex | 78 | 1D | CD | 29 | 56 | 0 | 14 | 10F | 4B | 2E |
| Octal | 170 | 35 | 315 | 51 | 126 | 0 | 24 | 417 | 113 | 56 |
| Binary | 1111000 | 11101 | 11001101 | 101001 | 1010110 | 0 | 10100 | 100001111 | 1001011 | 101110 |
Color Harmonies of #781DCD
Complementary color
Monochromatic Colors of #781DCD
Black with #781DCD
Text Example
Text Example
White with #781DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781DCD; }
p { color: rgb(120,29,205); }
H1.HeaderClassName
{
color: #781DCD;
}
.AnyTagClassName
{
color: #781DCD;
}
</style>
background-color css
<style>
a { background-color: #781DCD; }
a { background-color: rgb(120,29,205); }
div.DivClassName
{
background-color: #781DCD;
}
.BgClassName
{
background-color: #781DCD;
}
</style>
border-color css
<style>
span { border-color: #781DCD; }
span { border-color: rgb(120,29,205); }
td.TdClassName
{
border-color: #781DCD;
}
.TagClassName
{
border-color: #781DCD;
}
</style>