Shades of Dark Purple #78176F
Tints of Dark Purple #78176F
RGB
CMYK
RGB Variations
Color information
#78176F (or 0x78176F) is known color: Dark Purple. HEX triplet: 78, 17 and 6F. RGB value is (120,23,111). Sum of RGB (Red+Green+Blue) = 120+23+111=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #78176F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78176F is #87E890. Grayscale: #3D3D3D. Windows color (decimal): -8906897 or 7280504. OLE color: 7280504.
HSL color Cylindrical-coordinate representation of color #78176F: hue angle of 305.57º 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 #78176F is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 111 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.53 |
| HSL | 305.57º | 0.68% | 0.28% | - |
| HSV(B) | 305.57º | 0.81% | 0.47% | - |
| XYZ | 10.92 | 5.75 | 15.57 | - |
| YUV | 62.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 111 | 0 | 0.81 | 0.08 | 0.53 | 305.57 | 0.68 | 0.28 |
| Hex | 78 | 17 | 6F | 0 | 51 | 8 | 35 | 132 | 44 | 1C |
| Octal | 170 | 27 | 157 | 0 | 121 | 10 | 65 | 462 | 104 | 34 |
| Binary | 1111000 | 10111 | 1101111 | 0 | 1010001 | 1000 | 110101 | 100110010 | 1000100 | 11100 |
Color Harmonies of #78176F
Complementary color
Monochromatic Colors of #78176F
Black with #78176F
Text Example
Text Example
White with #78176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78176F; }
p { color: rgb(120,23,111); }
H1.HeaderClassName
{
color: #78176F;
}
.AnyTagClassName
{
color: #78176F;
}
</style>
background-color css
<style>
a { background-color: #78176F; }
a { background-color: rgb(120,23,111); }
div.DivClassName
{
background-color: #78176F;
}
.BgClassName
{
background-color: #78176F;
}
</style>
border-color css
<style>
span { border-color: #78176F; }
span { border-color: rgb(120,23,111); }
td.TdClassName
{
border-color: #78176F;
}
.TagClassName
{
border-color: #78176F;
}
</style>