Shades of Dark Purple #781975
Tints of Dark Purple #781975
RGB
CMYK
RGB Variations
Color information
#781975 (or 0x781975) is known color: Dark Purple. HEX triplet: 78, 19 and 75. RGB value is (120,25,117). Sum of RGB (Red+Green+Blue) = 120+25+117=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #781975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781975 is #87E68A. Grayscale: #3F3F3F. Windows color (decimal): -8906379 or 7674232. OLE color: 7674232.
HSL color Cylindrical-coordinate representation of color #781975: hue angle of 301.89º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781975 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 117 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.53 |
| HSL | 301.89º | 0.66% | 0.28% | - |
| HSV(B) | 301.89º | 0.79% | 0.47% | - |
| XYZ | 11.3 | 5.97 | 17.39 | - |
| YUV | 63.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 117 | 0 | 0.79 | 0.02 | 0.53 | 301.89 | 0.66 | 0.28 |
| Hex | 78 | 19 | 75 | 0 | 4F | 2 | 35 | 12E | 42 | 1C |
| Octal | 170 | 31 | 165 | 0 | 117 | 2 | 65 | 456 | 102 | 34 |
| Binary | 1111000 | 11001 | 1110101 | 0 | 1001111 | 10 | 110101 | 100101110 | 1000010 | 11100 |
Color Harmonies of #781975
Complementary color
Monochromatic Colors of #781975
Black with #781975
Text Example
Text Example
White with #781975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781975; }
p { color: rgb(120,25,117); }
H1.HeaderClassName
{
color: #781975;
}
.AnyTagClassName
{
color: #781975;
}
</style>
background-color css
<style>
a { background-color: #781975; }
a { background-color: rgb(120,25,117); }
div.DivClassName
{
background-color: #781975;
}
.BgClassName
{
background-color: #781975;
}
</style>
border-color css
<style>
span { border-color: #781975; }
span { border-color: rgb(120,25,117); }
td.TdClassName
{
border-color: #781975;
}
.TagClassName
{
border-color: #781975;
}
</style>