Shades of Dark Purple #781771
Tints of Dark Purple #781771
RGB
CMYK
RGB Variations
Color information
#781771 (or 0x781771) is known color: Dark Purple. HEX triplet: 78, 17 and 71. RGB value is (120,23,113). Sum of RGB (Red+Green+Blue) = 120+23+113=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #781771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781771 is #87E88E. Grayscale: #3E3E3E. Windows color (decimal): -8906895 or 7411576. OLE color: 7411576.
HSL color Cylindrical-coordinate representation of color #781771: hue angle of 304.33º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781771 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 113 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.53 |
| HSL | 304.33º | 0.68% | 0.28% | - |
| HSV(B) | 304.33º | 0.81% | 0.47% | - |
| XYZ | 11.03 | 5.8 | 16.16 | - |
| YUV | 62.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 113 | 0 | 0.81 | 0.06 | 0.53 | 304.33 | 0.68 | 0.28 |
| Hex | 78 | 17 | 71 | 0 | 51 | 6 | 35 | 130 | 44 | 1C |
| Octal | 170 | 27 | 161 | 0 | 121 | 6 | 65 | 460 | 104 | 34 |
| Binary | 1111000 | 10111 | 1110001 | 0 | 1010001 | 110 | 110101 | 100110000 | 1000100 | 11100 |
Color Harmonies of #781771
Complementary color
Monochromatic Colors of #781771
Black with #781771
Text Example
Text Example
White with #781771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781771; }
p { color: rgb(120,23,113); }
H1.HeaderClassName
{
color: #781771;
}
.AnyTagClassName
{
color: #781771;
}
</style>
background-color css
<style>
a { background-color: #781771; }
a { background-color: rgb(120,23,113); }
div.DivClassName
{
background-color: #781771;
}
.BgClassName
{
background-color: #781771;
}
</style>
border-color css
<style>
span { border-color: #781771; }
span { border-color: rgb(120,23,113); }
td.TdClassName
{
border-color: #781771;
}
.TagClassName
{
border-color: #781771;
}
</style>