Shades of Dark Purple #78136A
Tints of Dark Purple #78136A
RGB
CMYK
RGB Variations
Color information
#78136A (or 0x78136A) is known color: Dark Purple. HEX triplet: 78, 13 and 6A. RGB value is (120,19,106). Sum of RGB (Red+Green+Blue) = 120+19+106=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78136A is #87EC95. Grayscale: #3A3A3A. Windows color (decimal): -8907926 or 6951800. OLE color: 6951800.
HSL color Cylindrical-coordinate representation of color #78136A: hue angle of 308.32º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78136A is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 19 | 106 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.53 |
| HSL | 308.32º | 0.73% | 0.27% | - |
| HSV(B) | 308.32º | 0.84% | 0.47% | - |
| XYZ | 10.58 | 5.5 | 14.14 | - |
| YUV | 59.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 19 | 106 | 0 | 0.84 | 0.12 | 0.53 | 308.32 | 0.73 | 0.27 |
| Hex | 78 | 13 | 6A | 0 | 54 | C | 35 | 134 | 49 | 1B |
| Octal | 170 | 23 | 152 | 0 | 124 | 14 | 65 | 464 | 111 | 33 |
| Binary | 1111000 | 10011 | 1101010 | 0 | 1010100 | 1100 | 110101 | 100110100 | 1001001 | 11011 |
Color Harmonies of #78136A
Complementary color
Monochromatic Colors of #78136A
Black with #78136A
Text Example
Text Example
White with #78136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78136A; }
p { color: rgb(120,19,106); }
H1.HeaderClassName
{
color: #78136A;
}
.AnyTagClassName
{
color: #78136A;
}
</style>
background-color css
<style>
a { background-color: #78136A; }
a { background-color: rgb(120,19,106); }
div.DivClassName
{
background-color: #78136A;
}
.BgClassName
{
background-color: #78136A;
}
</style>
border-color css
<style>
span { border-color: #78136A; }
span { border-color: rgb(120,19,106); }
td.TdClassName
{
border-color: #78136A;
}
.TagClassName
{
border-color: #78136A;
}
</style>