Shades of Dark Purple #78186D
Tints of Dark Purple #78186D
RGB
CMYK
RGB Variations
Color information
#78186D (or 0x78186D) is known color: Dark Purple. HEX triplet: 78, 18 and 6D. RGB value is (120,24,109). Sum of RGB (Red+Green+Blue) = 120+24+109=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #78186D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78186D is #87E792. Grayscale: #3E3E3E. Windows color (decimal): -8906643 or 7149688. OLE color: 7149688.
HSL color Cylindrical-coordinate representation of color #78186D: hue angle of 306.88º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78186D is Cyan = 0, Magento = 0.8, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 109 | - |
| CMYK | 0 | 0.8 | 0.09 | 0.53 |
| HSL | 306.88º | 0.67% | 0.28% | - |
| HSV(B) | 306.88º | 0.8% | 0.47% | - |
| XYZ | 10.83 | 5.75 | 15.01 | - |
| YUV | 62.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 109 | 0 | 0.8 | 0.09 | 0.53 | 306.88 | 0.67 | 0.28 |
| Hex | 78 | 18 | 6D | 0 | 50 | 9 | 35 | 133 | 43 | 1C |
| Octal | 170 | 30 | 155 | 0 | 120 | 11 | 65 | 463 | 103 | 34 |
| Binary | 1111000 | 11000 | 1101101 | 0 | 1010000 | 1001 | 110101 | 100110011 | 1000011 | 11100 |
Color Harmonies of #78186D
Complementary color
Monochromatic Colors of #78186D
Black with #78186D
Text Example
Text Example
White with #78186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78186D; }
p { color: rgb(120,24,109); }
H1.HeaderClassName
{
color: #78186D;
}
.AnyTagClassName
{
color: #78186D;
}
</style>
background-color css
<style>
a { background-color: #78186D; }
a { background-color: rgb(120,24,109); }
div.DivClassName
{
background-color: #78186D;
}
.BgClassName
{
background-color: #78186D;
}
</style>
border-color css
<style>
span { border-color: #78186D; }
span { border-color: rgb(120,24,109); }
td.TdClassName
{
border-color: #78186D;
}
.TagClassName
{
border-color: #78186D;
}
</style>