Shades of Dark Purple #781F70
Tints of Dark Purple #781F70
RGB
CMYK
RGB Variations
Color information
#781F70 (or 0x781F70) is known color: Dark Purple. HEX triplet: 78, 1F and 70. RGB value is (120,31,112). Sum of RGB (Red+Green+Blue) = 120+31+112=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #781F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781F70 is #87E08F. Grayscale: #424242. Windows color (decimal): -8904848 or 7348088. OLE color: 7348088.
HSL color Cylindrical-coordinate representation of color #781F70: hue angle of 305.39º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F70 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 112 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.53 |
| HSL | 305.39º | 0.59% | 0.3% | - |
| HSV(B) | 305.39º | 0.74% | 0.47% | - |
| XYZ | 11.16 | 6.14 | 15.93 | - |
| YUV | 66.85 | 153.49 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 112 | 0 | 0.74 | 0.07 | 0.53 | 305.39 | 0.59 | 0.3 |
| Hex | 78 | 1F | 70 | 0 | 4A | 7 | 35 | 131 | 3B | 1E |
| Octal | 170 | 37 | 160 | 0 | 112 | 7 | 65 | 461 | 73 | 36 |
| Binary | 1111000 | 11111 | 1110000 | 0 | 1001010 | 111 | 110101 | 100110001 | 111011 | 11110 |
Color Harmonies of #781F70
Complementary color
Monochromatic Colors of #781F70
Black with #781F70
Text Example
Text Example
White with #781F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F70; }
p { color: rgb(120,31,112); }
H1.HeaderClassName
{
color: #781F70;
}
.AnyTagClassName
{
color: #781F70;
}
</style>
background-color css
<style>
a { background-color: #781F70; }
a { background-color: rgb(120,31,112); }
div.DivClassName
{
background-color: #781F70;
}
.BgClassName
{
background-color: #781F70;
}
</style>
border-color css
<style>
span { border-color: #781F70; }
span { border-color: rgb(120,31,112); }
td.TdClassName
{
border-color: #781F70;
}
.TagClassName
{
border-color: #781F70;
}
</style>