Shades of Purple #770A8A
Tints of Purple #770A8A
RGB
CMYK
RGB Variations
Color information
#770A8A (or 0x770A8A) is known color: Purple. HEX triplet: 77, 0A and 8A. RGB value is (119,10,138). Sum of RGB (Red+Green+Blue) = 119+10+138=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #770A8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770A8A is #88F575. Grayscale: #383838. Windows color (decimal): -8975734 or 9046647. OLE color: 9046647.
HSL color Cylindrical-coordinate representation of color #770A8A: hue angle of 291.09º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770A8A is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 10 | 138 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.46 |
| HSL | 291.09º | 0.86% | 0.29% | - |
| HSV(B) | 291.09º | 0.93% | 0.54% | - |
| XYZ | 12.3 | 5.97 | 24.55 | - |
| YUV | 57.18 | 173.61 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 138 | 0.14 | 0.93 | 0 | 0.46 | 291.09 | 0.86 | 0.29 |
| Hex | 77 | A | 8A | E | 5D | 0 | 2E | 123 | 56 | 1D |
| Octal | 167 | 12 | 212 | 16 | 135 | 0 | 56 | 443 | 126 | 35 |
| Binary | 1110111 | 1010 | 10001010 | 1110 | 1011101 | 0 | 101110 | 100100011 | 1010110 | 11101 |
Color Harmonies of #770A8A
Complementary color
Monochromatic Colors of #770A8A
Black with #770A8A
Text Example
Text Example
White with #770A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A8A; }
p { color: rgb(119,10,138); }
H1.HeaderClassName
{
color: #770A8A;
}
.AnyTagClassName
{
color: #770A8A;
}
</style>
background-color css
<style>
a { background-color: #770A8A; }
a { background-color: rgb(119,10,138); }
div.DivClassName
{
background-color: #770A8A;
}
.BgClassName
{
background-color: #770A8A;
}
</style>
border-color css
<style>
span { border-color: #770A8A; }
span { border-color: rgb(119,10,138); }
td.TdClassName
{
border-color: #770A8A;
}
.TagClassName
{
border-color: #770A8A;
}
</style>