Shades of Dark Purple #770A64
Tints of Dark Purple #770A64
RGB
CMYK
RGB Variations
Color information
#770A64 (or 0x770A64) is known color: Dark Purple. HEX triplet: 77, 0A and 64. RGB value is (119,10,100). Sum of RGB (Red+Green+Blue) = 119+10+100=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #770A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770A64 is #88F59B. Grayscale: #343434. Windows color (decimal): -8975772 or 6556279. OLE color: 6556279.
HSL color Cylindrical-coordinate representation of color #770A64: hue angle of 310.46º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770A64 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 10 | 100 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.53 |
| HSL | 310.46º | 0.84% | 0.25% | - |
| HSV(B) | 310.46º | 0.92% | 0.47% | - |
| XYZ | 10.02 | 5.06 | 12.51 | - |
| YUV | 52.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 100 | 0 | 0.92 | 0.16 | 0.53 | 310.46 | 0.84 | 0.25 |
| Hex | 77 | A | 64 | 0 | 5C | 10 | 35 | 136 | 54 | 19 |
| Octal | 167 | 12 | 144 | 0 | 134 | 20 | 65 | 466 | 124 | 31 |
| Binary | 1110111 | 1010 | 1100100 | 0 | 1011100 | 10000 | 110101 | 100110110 | 1010100 | 11001 |
Color Harmonies of #770A64
Complementary color
Monochromatic Colors of #770A64
Black with #770A64
Text Example
Text Example
White with #770A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A64; }
p { color: rgb(119,10,100); }
H1.HeaderClassName
{
color: #770A64;
}
.AnyTagClassName
{
color: #770A64;
}
</style>
background-color css
<style>
a { background-color: #770A64; }
a { background-color: rgb(119,10,100); }
div.DivClassName
{
background-color: #770A64;
}
.BgClassName
{
background-color: #770A64;
}
</style>
border-color css
<style>
span { border-color: #770A64; }
span { border-color: rgb(119,10,100); }
td.TdClassName
{
border-color: #770A64;
}
.TagClassName
{
border-color: #770A64;
}
</style>