Shades of Purple Heart #781FCD
Tints of Purple Heart #781FCD
RGB
CMYK
RGB Variations
Color information
#781FCD (or 0x781FCD) is known color: Purple Heart. HEX triplet: 78, 1F and CD. RGB value is (120,31,205). Sum of RGB (Red+Green+Blue) = 120+31+205=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #781FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781FCD is #87E032. Grayscale: #4C4C4C. Windows color (decimal): -8904755 or 13442936. OLE color: 13442936.
HSL color Cylindrical-coordinate representation of color #781FCD: hue angle of 270.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781FCD is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 31 | 205 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.20 |
| HSL | 270.69º | 0.74% | 0.46% | - |
| HSV(B) | 270.69º | 0.85% | 0.8% | - |
| XYZ | 19.26 | 9.38 | 58.55 | - |
| YUV | 77.45 | 199.99 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 205 | 0.41 | 0.85 | 0 | 0.20 | 270.69 | 0.74 | 0.46 |
| Hex | 78 | 1F | CD | 29 | 55 | 0 | 14 | 10F | 4A | 2E |
| Octal | 170 | 37 | 315 | 51 | 125 | 0 | 24 | 417 | 112 | 56 |
| Binary | 1111000 | 11111 | 11001101 | 101001 | 1010101 | 0 | 10100 | 100001111 | 1001010 | 101110 |
Color Harmonies of #781FCD
Complementary color
Monochromatic Colors of #781FCD
Black with #781FCD
Text Example
Text Example
White with #781FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FCD; }
p { color: rgb(120,31,205); }
H1.HeaderClassName
{
color: #781FCD;
}
.AnyTagClassName
{
color: #781FCD;
}
</style>
background-color css
<style>
a { background-color: #781FCD; }
a { background-color: rgb(120,31,205); }
div.DivClassName
{
background-color: #781FCD;
}
.BgClassName
{
background-color: #781FCD;
}
</style>
border-color css
<style>
span { border-color: #781FCD; }
span { border-color: rgb(120,31,205); }
td.TdClassName
{
border-color: #781FCD;
}
.TagClassName
{
border-color: #781FCD;
}
</style>