Shades of Dark Purple #782074
Tints of Dark Purple #782074
RGB
CMYK
RGB Variations
Color information
#782074 (or 0x782074) is known color: Dark Purple. HEX triplet: 78, 20 and 74. RGB value is (120,32,116). Sum of RGB (Red+Green+Blue) = 120+32+116=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #782074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782074 is #87DF8B. Grayscale: #434343. Windows color (decimal): -8904588 or 7610488. OLE color: 7610488.
HSL color Cylindrical-coordinate representation of color #782074: hue angle of 302.73º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782074 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 116 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.53 |
| HSL | 302.73º | 0.58% | 0.3% | - |
| HSV(B) | 302.73º | 0.73% | 0.47% | - |
| XYZ | 11.41 | 6.29 | 17.13 | - |
| YUV | 67.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 116 | 0 | 0.73 | 0.03 | 0.53 | 302.73 | 0.58 | 0.3 |
| Hex | 78 | 20 | 74 | 0 | 49 | 3 | 35 | 12F | 3A | 1E |
| Octal | 170 | 40 | 164 | 0 | 111 | 3 | 65 | 457 | 72 | 36 |
| Binary | 1111000 | 100000 | 1110100 | 0 | 1001001 | 11 | 110101 | 100101111 | 111010 | 11110 |
Color Harmonies of #782074
Complementary color
Monochromatic Colors of #782074
Black with #782074
Text Example
Text Example
White with #782074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782074; }
p { color: rgb(120,32,116); }
H1.HeaderClassName
{
color: #782074;
}
.AnyTagClassName
{
color: #782074;
}
</style>
background-color css
<style>
a { background-color: #782074; }
a { background-color: rgb(120,32,116); }
div.DivClassName
{
background-color: #782074;
}
.BgClassName
{
background-color: #782074;
}
</style>
border-color css
<style>
span { border-color: #782074; }
span { border-color: rgb(120,32,116); }
td.TdClassName
{
border-color: #782074;
}
.TagClassName
{
border-color: #782074;
}
</style>