Shades of Dark Purple #770C64
Tints of Dark Purple #770C64
RGB
CMYK
RGB Variations
Color information
#770C64 (or 0x770C64) is known color: Dark Purple. HEX triplet: 77, 0C and 64. RGB value is (119,12,100). Sum of RGB (Red+Green+Blue) = 119+12+100=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #770C64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C64 is #88F39B. Grayscale: #353535. Windows color (decimal): -8975260 or 6556791. OLE color: 6556791.
HSL color Cylindrical-coordinate representation of color #770C64: hue angle of 310.65º 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 #770C64 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 100 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.53 |
| HSL | 310.65º | 0.82% | 0.26% | - |
| HSV(B) | 310.65º | 0.9% | 0.47% | - |
| XYZ | 10.04 | 5.1 | 12.51 | - |
| YUV | 54.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 100 | 0 | 0.90 | 0.16 | 0.53 | 310.65 | 0.82 | 0.26 |
| Hex | 77 | C | 64 | 0 | 5A | 10 | 35 | 137 | 52 | 1A |
| Octal | 167 | 14 | 144 | 0 | 132 | 20 | 65 | 467 | 122 | 32 |
| Binary | 1110111 | 1100 | 1100100 | 0 | 1011010 | 10000 | 110101 | 100110111 | 1010010 | 11010 |
Color Harmonies of #770C64
Complementary color
Monochromatic Colors of #770C64
Black with #770C64
Text Example
Text Example
White with #770C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C64; }
p { color: rgb(119,12,100); }
H1.HeaderClassName
{
color: #770C64;
}
.AnyTagClassName
{
color: #770C64;
}
</style>
background-color css
<style>
a { background-color: #770C64; }
a { background-color: rgb(119,12,100); }
div.DivClassName
{
background-color: #770C64;
}
.BgClassName
{
background-color: #770C64;
}
</style>
border-color css
<style>
span { border-color: #770C64; }
span { border-color: rgb(119,12,100); }
td.TdClassName
{
border-color: #770C64;
}
.TagClassName
{
border-color: #770C64;
}
</style>