Shades of Dark Purple #78167A
Tints of Dark Purple #78167A
RGB
CMYK
RGB Variations
Color information
#78167A (or 0x78167A) is known color: Dark Purple. HEX triplet: 78, 16 and 7A. RGB value is (120,22,122). Sum of RGB (Red+Green+Blue) = 120+22+122=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #78167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78167A is #87E985. Grayscale: #3E3E3E. Windows color (decimal): -8907142 or 8001144. OLE color: 8001144.
HSL color Cylindrical-coordinate representation of color #78167A: hue angle of 298.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78167A is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 22 | 122 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.52 |
| HSL | 298.8º | 0.69% | 0.28% | - |
| HSV(B) | 298.8º | 0.82% | 0.48% | - |
| XYZ | 11.55 | 5.97 | 18.96 | - |
| YUV | 62.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 122 | 0.02 | 0.82 | 0 | 0.52 | 298.8 | 0.69 | 0.28 |
| Hex | 78 | 16 | 7A | 2 | 52 | 0 | 34 | 12B | 45 | 1C |
| Octal | 170 | 26 | 172 | 2 | 122 | 0 | 64 | 453 | 105 | 34 |
| Binary | 1111000 | 10110 | 1111010 | 10 | 1010010 | 0 | 110100 | 100101011 | 1000101 | 11100 |
Color Harmonies of #78167A
Complementary color
Monochromatic Colors of #78167A
Black with #78167A
Text Example
Text Example
White with #78167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78167A; }
p { color: rgb(120,22,122); }
H1.HeaderClassName
{
color: #78167A;
}
.AnyTagClassName
{
color: #78167A;
}
</style>
background-color css
<style>
a { background-color: #78167A; }
a { background-color: rgb(120,22,122); }
div.DivClassName
{
background-color: #78167A;
}
.BgClassName
{
background-color: #78167A;
}
</style>
border-color css
<style>
span { border-color: #78167A; }
span { border-color: rgb(120,22,122); }
td.TdClassName
{
border-color: #78167A;
}
.TagClassName
{
border-color: #78167A;
}
</style>