Shades of Dark Purple #781E70
Tints of Dark Purple #781E70
RGB
CMYK
RGB Variations
Color information
#781E70 (or 0x781E70) is known color: Dark Purple. HEX triplet: 78, 1E and 70. RGB value is (120,30,112). Sum of RGB (Red+Green+Blue) = 120+30+112=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #781E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E70 is #87E18F. Grayscale: #424242. Windows color (decimal): -8905104 or 7347832. OLE color: 7347832.
HSL color Cylindrical-coordinate representation of color #781E70: hue angle of 305.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E70 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 112 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.53 |
| HSL | 305.33º | 0.6% | 0.29% | - |
| HSV(B) | 305.33º | 0.75% | 0.47% | - |
| XYZ | 11.13 | 6.09 | 15.92 | - |
| YUV | 66.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 112 | 0 | 0.75 | 0.07 | 0.53 | 305.33 | 0.6 | 0.29 |
| Hex | 78 | 1E | 70 | 0 | 4B | 7 | 35 | 131 | 3C | 1D |
| Octal | 170 | 36 | 160 | 0 | 113 | 7 | 65 | 461 | 74 | 35 |
| Binary | 1111000 | 11110 | 1110000 | 0 | 1001011 | 111 | 110101 | 100110001 | 111100 | 11101 |
Color Harmonies of #781E70
Complementary color
Monochromatic Colors of #781E70
Black with #781E70
Text Example
Text Example
White with #781E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E70; }
p { color: rgb(120,30,112); }
H1.HeaderClassName
{
color: #781E70;
}
.AnyTagClassName
{
color: #781E70;
}
</style>
background-color css
<style>
a { background-color: #781E70; }
a { background-color: rgb(120,30,112); }
div.DivClassName
{
background-color: #781E70;
}
.BgClassName
{
background-color: #781E70;
}
</style>
border-color css
<style>
span { border-color: #781E70; }
span { border-color: rgb(120,30,112); }
td.TdClassName
{
border-color: #781E70;
}
.TagClassName
{
border-color: #781E70;
}
</style>