Shades of Dark Purple #781C70
Tints of Dark Purple #781C70
RGB
CMYK
RGB Variations
Color information
#781C70 (or 0x781C70) is known color: Dark Purple. HEX triplet: 78, 1C and 70. RGB value is (120,28,112). Sum of RGB (Red+Green+Blue) = 120+28+112=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #781C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C70 is #87E38F. Grayscale: #404040. Windows color (decimal): -8905616 or 7347320. OLE color: 7347320.
HSL color Cylindrical-coordinate representation of color #781C70: hue angle of 305.22º 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 #781C70 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 112 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.53 |
| HSL | 305.22º | 0.62% | 0.29% | - |
| HSV(B) | 305.22º | 0.77% | 0.47% | - |
| XYZ | 11.09 | 5.99 | 15.9 | - |
| YUV | 65.08 | 154.48 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 112 | 0 | 0.77 | 0.07 | 0.53 | 305.22 | 0.62 | 0.29 |
| Hex | 78 | 1C | 70 | 0 | 4D | 7 | 35 | 131 | 3E | 1D |
| Octal | 170 | 34 | 160 | 0 | 115 | 7 | 65 | 461 | 76 | 35 |
| Binary | 1111000 | 11100 | 1110000 | 0 | 1001101 | 111 | 110101 | 100110001 | 111110 | 11101 |
Color Harmonies of #781C70
Complementary color
Monochromatic Colors of #781C70
Black with #781C70
Text Example
Text Example
White with #781C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C70; }
p { color: rgb(120,28,112); }
H1.HeaderClassName
{
color: #781C70;
}
.AnyTagClassName
{
color: #781C70;
}
</style>
background-color css
<style>
a { background-color: #781C70; }
a { background-color: rgb(120,28,112); }
div.DivClassName
{
background-color: #781C70;
}
.BgClassName
{
background-color: #781C70;
}
</style>
border-color css
<style>
span { border-color: #781C70; }
span { border-color: rgb(120,28,112); }
td.TdClassName
{
border-color: #781C70;
}
.TagClassName
{
border-color: #781C70;
}
</style>