Shades of Dark Purple #781974
Tints of Dark Purple #781974
RGB
CMYK
RGB Variations
Color information
#781974 (or 0x781974) is known color: Dark Purple. HEX triplet: 78, 19 and 74. RGB value is (120,25,116). Sum of RGB (Red+Green+Blue) = 120+25+116=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #781974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781974 is #87E68B. Grayscale: #3F3F3F. Windows color (decimal): -8906380 or 7608696. OLE color: 7608696.
HSL color Cylindrical-coordinate representation of color #781974: hue angle of 302.53º 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 #781974 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 116 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.53 |
| HSL | 302.53º | 0.66% | 0.28% | - |
| HSV(B) | 302.53º | 0.79% | 0.47% | - |
| XYZ | 11.25 | 5.95 | 17.08 | - |
| YUV | 63.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 116 | 0 | 0.79 | 0.03 | 0.53 | 302.53 | 0.66 | 0.28 |
| Hex | 78 | 19 | 74 | 0 | 4F | 3 | 35 | 12F | 42 | 1C |
| Octal | 170 | 31 | 164 | 0 | 117 | 3 | 65 | 457 | 102 | 34 |
| Binary | 1111000 | 11001 | 1110100 | 0 | 1001111 | 11 | 110101 | 100101111 | 1000010 | 11100 |
Color Harmonies of #781974
Complementary color
Monochromatic Colors of #781974
Black with #781974
Text Example
Text Example
White with #781974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781974; }
p { color: rgb(120,25,116); }
H1.HeaderClassName
{
color: #781974;
}
.AnyTagClassName
{
color: #781974;
}
</style>
background-color css
<style>
a { background-color: #781974; }
a { background-color: rgb(120,25,116); }
div.DivClassName
{
background-color: #781974;
}
.BgClassName
{
background-color: #781974;
}
</style>
border-color css
<style>
span { border-color: #781974; }
span { border-color: rgb(120,25,116); }
td.TdClassName
{
border-color: #781974;
}
.TagClassName
{
border-color: #781974;
}
</style>