Shades of Dark Purple #781C71
Tints of Dark Purple #781C71
RGB
CMYK
RGB Variations
Color information
#781C71 (or 0x781C71) is known color: Dark Purple. HEX triplet: 78, 1C and 71. RGB value is (120,28,113). Sum of RGB (Red+Green+Blue) = 120+28+113=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #781C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C71 is #87E38E. Grayscale: #404040. Windows color (decimal): -8905615 or 7412856. OLE color: 7412856.
HSL color Cylindrical-coordinate representation of color #781C71: hue angle of 304.57º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781C71 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 113 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.53 |
| HSL | 304.57º | 0.62% | 0.29% | - |
| HSV(B) | 304.57º | 0.77% | 0.47% | - |
| XYZ | 11.14 | 6.02 | 16.2 | - |
| YUV | 65.2 | 154.98 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 113 | 0 | 0.77 | 0.06 | 0.53 | 304.57 | 0.62 | 0.29 |
| Hex | 78 | 1C | 71 | 0 | 4D | 6 | 35 | 131 | 3E | 1D |
| Octal | 170 | 34 | 161 | 0 | 115 | 6 | 65 | 461 | 76 | 35 |
| Binary | 1111000 | 11100 | 1110001 | 0 | 1001101 | 110 | 110101 | 100110001 | 111110 | 11101 |
Color Harmonies of #781C71
Complementary color
Monochromatic Colors of #781C71
Black with #781C71
Text Example
Text Example
White with #781C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C71; }
p { color: rgb(120,28,113); }
H1.HeaderClassName
{
color: #781C71;
}
.AnyTagClassName
{
color: #781C71;
}
</style>
background-color css
<style>
a { background-color: #781C71; }
a { background-color: rgb(120,28,113); }
div.DivClassName
{
background-color: #781C71;
}
.BgClassName
{
background-color: #781C71;
}
</style>
border-color css
<style>
span { border-color: #781C71; }
span { border-color: rgb(120,28,113); }
td.TdClassName
{
border-color: #781C71;
}
.TagClassName
{
border-color: #781C71;
}
</style>