Shades of Dark Purple #78176B
Tints of Dark Purple #78176B
RGB
CMYK
RGB Variations
Color information
#78176B (or 0x78176B) is known color: Dark Purple. HEX triplet: 78, 17 and 6B. RGB value is (120,23,107). Sum of RGB (Red+Green+Blue) = 120+23+107=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #78176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78176B is #87E894. Grayscale: #3D3D3D. Windows color (decimal): -8906901 or 7018360. OLE color: 7018360.
HSL color Cylindrical-coordinate representation of color #78176B: hue angle of 308.04º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78176B is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 107 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.53 |
| HSL | 308.04º | 0.68% | 0.28% | - |
| HSV(B) | 308.04º | 0.81% | 0.47% | - |
| XYZ | 10.71 | 5.67 | 14.44 | - |
| YUV | 61.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 107 | 0 | 0.81 | 0.11 | 0.53 | 308.04 | 0.68 | 0.28 |
| Hex | 78 | 17 | 6B | 0 | 51 | B | 35 | 134 | 44 | 1C |
| Octal | 170 | 27 | 153 | 0 | 121 | 13 | 65 | 464 | 104 | 34 |
| Binary | 1111000 | 10111 | 1101011 | 0 | 1010001 | 1011 | 110101 | 100110100 | 1000100 | 11100 |
Color Harmonies of #78176B
Complementary color
Monochromatic Colors of #78176B
Black with #78176B
Text Example
Text Example
White with #78176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78176B; }
p { color: rgb(120,23,107); }
H1.HeaderClassName
{
color: #78176B;
}
.AnyTagClassName
{
color: #78176B;
}
</style>
background-color css
<style>
a { background-color: #78176B; }
a { background-color: rgb(120,23,107); }
div.DivClassName
{
background-color: #78176B;
}
.BgClassName
{
background-color: #78176B;
}
</style>
border-color css
<style>
span { border-color: #78176B; }
span { border-color: rgb(120,23,107); }
td.TdClassName
{
border-color: #78176B;
}
.TagClassName
{
border-color: #78176B;
}
</style>