Shades of Purple #770A74
Tints of Purple #770A74
RGB
CMYK
RGB Variations
Color information
#770A74 (or 0x770A74) is known color: Purple. HEX triplet: 77, 0A and 74. RGB value is (119,10,116). Sum of RGB (Red+Green+Blue) = 119+10+116=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #770A74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770A74 is #88F58B. Grayscale: #363636. Windows color (decimal): -8975756 or 7604855. OLE color: 7604855.
HSL color Cylindrical-coordinate representation of color #770A74: hue angle of 301.65º 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 #770A74 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 10 | 116 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.53 |
| HSL | 301.65º | 0.84% | 0.25% | - |
| HSV(B) | 301.65º | 0.92% | 0.47% | - |
| XYZ | 10.87 | 5.4 | 16.99 | - |
| YUV | 54.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 116 | 0 | 0.92 | 0.03 | 0.53 | 301.65 | 0.84 | 0.25 |
| Hex | 77 | A | 74 | 0 | 5C | 3 | 35 | 12E | 54 | 19 |
| Octal | 167 | 12 | 164 | 0 | 134 | 3 | 65 | 456 | 124 | 31 |
| Binary | 1110111 | 1010 | 1110100 | 0 | 1011100 | 11 | 110101 | 100101110 | 1010100 | 11001 |
Color Harmonies of #770A74
Complementary color
Monochromatic Colors of #770A74
Black with #770A74
Text Example
Text Example
White with #770A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A74; }
p { color: rgb(119,10,116); }
H1.HeaderClassName
{
color: #770A74;
}
.AnyTagClassName
{
color: #770A74;
}
</style>
background-color css
<style>
a { background-color: #770A74; }
a { background-color: rgb(119,10,116); }
div.DivClassName
{
background-color: #770A74;
}
.BgClassName
{
background-color: #770A74;
}
</style>
border-color css
<style>
span { border-color: #770A74; }
span { border-color: rgb(119,10,116); }
td.TdClassName
{
border-color: #770A74;
}
.TagClassName
{
border-color: #770A74;
}
</style>