Shades of Dark Purple #770C66
Tints of Dark Purple #770C66
RGB
CMYK
RGB Variations
Color information
#770C66 (or 0x770C66) is known color: Dark Purple. HEX triplet: 77, 0C and 66. RGB value is (119,12,102). Sum of RGB (Red+Green+Blue) = 119+12+102=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #770C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C66 is #88F399. Grayscale: #353535. Windows color (decimal): -8975258 or 6687863. OLE color: 6687863.
HSL color Cylindrical-coordinate representation of color #770C66: hue angle of 309.53º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C66 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 102 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.53 |
| HSL | 309.53º | 0.82% | 0.26% | - |
| HSV(B) | 309.53º | 0.9% | 0.47% | - |
| XYZ | 10.14 | 5.14 | 13.03 | - |
| YUV | 54.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 102 | 0 | 0.90 | 0.14 | 0.53 | 309.53 | 0.82 | 0.26 |
| Hex | 77 | C | 66 | 0 | 5A | E | 35 | 136 | 52 | 1A |
| Octal | 167 | 14 | 146 | 0 | 132 | 16 | 65 | 466 | 122 | 32 |
| Binary | 1110111 | 1100 | 1100110 | 0 | 1011010 | 1110 | 110101 | 100110110 | 1010010 | 11010 |
Color Harmonies of #770C66
Complementary color
Monochromatic Colors of #770C66
Black with #770C66
Text Example
Text Example
White with #770C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C66; }
p { color: rgb(119,12,102); }
H1.HeaderClassName
{
color: #770C66;
}
.AnyTagClassName
{
color: #770C66;
}
</style>
background-color css
<style>
a { background-color: #770C66; }
a { background-color: rgb(119,12,102); }
div.DivClassName
{
background-color: #770C66;
}
.BgClassName
{
background-color: #770C66;
}
</style>
border-color css
<style>
span { border-color: #770C66; }
span { border-color: rgb(119,12,102); }
td.TdClassName
{
border-color: #770C66;
}
.TagClassName
{
border-color: #770C66;
}
</style>