Shades of Purple #770A68
Tints of Purple #770A68
RGB
CMYK
RGB Variations
Color information
#770A68 (or 0x770A68) is known color: Purple. HEX triplet: 77, 0A and 68. RGB value is (119,10,104). Sum of RGB (Red+Green+Blue) = 119+10+104=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #770A68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770A68 is #88F597. Grayscale: #353535. Windows color (decimal): -8975768 or 6818423. OLE color: 6818423.
HSL color Cylindrical-coordinate representation of color #770A68: hue angle of 308.26º 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 #770A68 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 10 | 104 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.53 |
| HSL | 308.26º | 0.84% | 0.25% | - |
| HSV(B) | 308.26º | 0.92% | 0.47% | - |
| XYZ | 10.21 | 5.14 | 13.55 | - |
| YUV | 53.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 104 | 0 | 0.92 | 0.13 | 0.53 | 308.26 | 0.84 | 0.25 |
| Hex | 77 | A | 68 | 0 | 5C | D | 35 | 134 | 54 | 19 |
| Octal | 167 | 12 | 150 | 0 | 134 | 15 | 65 | 464 | 124 | 31 |
| Binary | 1110111 | 1010 | 1101000 | 0 | 1011100 | 1101 | 110101 | 100110100 | 1010100 | 11001 |
Color Harmonies of #770A68
Complementary color
Monochromatic Colors of #770A68
Black with #770A68
Text Example
Text Example
White with #770A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A68; }
p { color: rgb(119,10,104); }
H1.HeaderClassName
{
color: #770A68;
}
.AnyTagClassName
{
color: #770A68;
}
</style>
background-color css
<style>
a { background-color: #770A68; }
a { background-color: rgb(119,10,104); }
div.DivClassName
{
background-color: #770A68;
}
.BgClassName
{
background-color: #770A68;
}
</style>
border-color css
<style>
span { border-color: #770A68; }
span { border-color: rgb(119,10,104); }
td.TdClassName
{
border-color: #770A68;
}
.TagClassName
{
border-color: #770A68;
}
</style>