Shades of Dark Purple #770E6C
Tints of Dark Purple #770E6C
RGB
CMYK
RGB Variations
Color information
#770E6C (or 0x770E6C) is known color: Dark Purple. HEX triplet: 77, 0E and 6C. RGB value is (119,14,108). Sum of RGB (Red+Green+Blue) = 119+14+108=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #770E6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E6C is #88F193. Grayscale: #373737. Windows color (decimal): -8974740 or 7081591. OLE color: 7081591.
HSL color Cylindrical-coordinate representation of color #770E6C: hue angle of 306.29º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E6C is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 14 | 108 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.53 |
| HSL | 306.29º | 0.79% | 0.26% | - |
| HSV(B) | 306.29º | 0.88% | 0.47% | - |
| XYZ | 10.47 | 5.32 | 14.66 | - |
| YUV | 56.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 108 | 0 | 0.88 | 0.09 | 0.53 | 306.29 | 0.79 | 0.26 |
| Hex | 77 | E | 6C | 0 | 58 | 9 | 35 | 132 | 4F | 1A |
| Octal | 167 | 16 | 154 | 0 | 130 | 11 | 65 | 462 | 117 | 32 |
| Binary | 1110111 | 1110 | 1101100 | 0 | 1011000 | 1001 | 110101 | 100110010 | 1001111 | 11010 |
Color Harmonies of #770E6C
Complementary color
Monochromatic Colors of #770E6C
Black with #770E6C
Text Example
Text Example
White with #770E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770E6C; }
p { color: rgb(119,14,108); }
H1.HeaderClassName
{
color: #770E6C;
}
.AnyTagClassName
{
color: #770E6C;
}
</style>
background-color css
<style>
a { background-color: #770E6C; }
a { background-color: rgb(119,14,108); }
div.DivClassName
{
background-color: #770E6C;
}
.BgClassName
{
background-color: #770E6C;
}
</style>
border-color css
<style>
span { border-color: #770E6C; }
span { border-color: rgb(119,14,108); }
td.TdClassName
{
border-color: #770E6C;
}
.TagClassName
{
border-color: #770E6C;
}
</style>