Shades of Dark Purple #770E69
Tints of Dark Purple #770E69
RGB
CMYK
RGB Variations
Color information
#770E69 (or 0x770E69) is known color: Dark Purple. HEX triplet: 77, 0E and 69. RGB value is (119,14,105). Sum of RGB (Red+Green+Blue) = 119+14+105=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #770E69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E69 is #88F196. Grayscale: #373737. Windows color (decimal): -8974743 or 6884983. OLE color: 6884983.
HSL color Cylindrical-coordinate representation of color #770E69: hue angle of 308º 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 #770E69 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 14 | 105 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.53 |
| HSL | 308º | 0.79% | 0.26% | - |
| HSV(B) | 308º | 0.88% | 0.47% | - |
| XYZ | 10.31 | 5.26 | 13.84 | - |
| YUV | 55.77 | 155.79 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 105 | 0 | 0.88 | 0.12 | 0.53 | 308 | 0.79 | 0.26 |
| Hex | 77 | E | 69 | 0 | 58 | C | 35 | 134 | 4F | 1A |
| Octal | 167 | 16 | 151 | 0 | 130 | 14 | 65 | 464 | 117 | 32 |
| Binary | 1110111 | 1110 | 1101001 | 0 | 1011000 | 1100 | 110101 | 100110100 | 1001111 | 11010 |
Color Harmonies of #770E69
Complementary color
Monochromatic Colors of #770E69
Black with #770E69
Text Example
Text Example
White with #770E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770E69; }
p { color: rgb(119,14,105); }
H1.HeaderClassName
{
color: #770E69;
}
.AnyTagClassName
{
color: #770E69;
}
</style>
background-color css
<style>
a { background-color: #770E69; }
a { background-color: rgb(119,14,105); }
div.DivClassName
{
background-color: #770E69;
}
.BgClassName
{
background-color: #770E69;
}
</style>
border-color css
<style>
span { border-color: #770E69; }
span { border-color: rgb(119,14,105); }
td.TdClassName
{
border-color: #770E69;
}
.TagClassName
{
border-color: #770E69;
}
</style>