Shades of Dark Purple #781D71
Tints of Dark Purple #781D71
RGB
CMYK
RGB Variations
Color information
#781D71 (or 0x781D71) is known color: Dark Purple. HEX triplet: 78, 1D and 71. RGB value is (120,29,113). Sum of RGB (Red+Green+Blue) = 120+29+113=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #781D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D71 is #87E28E. Grayscale: #414141. Windows color (decimal): -8905359 or 7413112. OLE color: 7413112.
HSL color Cylindrical-coordinate representation of color #781D71: hue angle of 304.62º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D71 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 113 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.53 |
| HSL | 304.62º | 0.61% | 0.29% | - |
| HSV(B) | 304.62º | 0.76% | 0.47% | - |
| XYZ | 11.17 | 6.06 | 16.2 | - |
| YUV | 65.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 113 | 0 | 0.76 | 0.06 | 0.53 | 304.62 | 0.61 | 0.29 |
| Hex | 78 | 1D | 71 | 0 | 4C | 6 | 35 | 131 | 3D | 1D |
| Octal | 170 | 35 | 161 | 0 | 114 | 6 | 65 | 461 | 75 | 35 |
| Binary | 1111000 | 11101 | 1110001 | 0 | 1001100 | 110 | 110101 | 100110001 | 111101 | 11101 |
Color Harmonies of #781D71
Complementary color
Monochromatic Colors of #781D71
Black with #781D71
Text Example
Text Example
White with #781D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D71; }
p { color: rgb(120,29,113); }
H1.HeaderClassName
{
color: #781D71;
}
.AnyTagClassName
{
color: #781D71;
}
</style>
background-color css
<style>
a { background-color: #781D71; }
a { background-color: rgb(120,29,113); }
div.DivClassName
{
background-color: #781D71;
}
.BgClassName
{
background-color: #781D71;
}
</style>
border-color css
<style>
span { border-color: #781D71; }
span { border-color: rgb(120,29,113); }
td.TdClassName
{
border-color: #781D71;
}
.TagClassName
{
border-color: #781D71;
}
</style>