Shades of Purple Heart #781CCD
Tints of Purple Heart #781CCD
RGB
CMYK
RGB Variations
Color information
#781CCD (or 0x781CCD) is known color: Purple Heart. HEX triplet: 78, 1C and CD. RGB value is (120,28,205). Sum of RGB (Red+Green+Blue) = 120+28+205=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #781CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CCD is #87E332. Grayscale: #4B4B4B. Windows color (decimal): -8905523 or 13442168. OLE color: 13442168.
HSL color Cylindrical-coordinate representation of color #781CCD: hue angle of 271.19º degrees, saturation: 0.76, 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 #781CCD is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 28 | 205 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.20 |
| HSL | 271.19º | 0.76% | 0.46% | - |
| HSV(B) | 271.19º | 0.86% | 0.8% | - |
| XYZ | 19.18 | 9.23 | 58.53 | - |
| YUV | 75.69 | 200.98 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 205 | 0.41 | 0.86 | 0 | 0.20 | 271.19 | 0.76 | 0.46 |
| Hex | 78 | 1C | CD | 29 | 56 | 0 | 14 | 10F | 4C | 2E |
| Octal | 170 | 34 | 315 | 51 | 126 | 0 | 24 | 417 | 114 | 56 |
| Binary | 1111000 | 11100 | 11001101 | 101001 | 1010110 | 0 | 10100 | 100001111 | 1001100 | 101110 |
Color Harmonies of #781CCD
Complementary color
Monochromatic Colors of #781CCD
Black with #781CCD
Text Example
Text Example
White with #781CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CCD; }
p { color: rgb(120,28,205); }
H1.HeaderClassName
{
color: #781CCD;
}
.AnyTagClassName
{
color: #781CCD;
}
</style>
background-color css
<style>
a { background-color: #781CCD; }
a { background-color: rgb(120,28,205); }
div.DivClassName
{
background-color: #781CCD;
}
.BgClassName
{
background-color: #781CCD;
}
</style>
border-color css
<style>
span { border-color: #781CCD; }
span { border-color: rgb(120,28,205); }
td.TdClassName
{
border-color: #781CCD;
}
.TagClassName
{
border-color: #781CCD;
}
</style>