Shades of Purple #770A6B
Tints of Purple #770A6B
RGB
CMYK
RGB Variations
Color information
#770A6B (or 0x770A6B) is known color: Purple. HEX triplet: 77, 0A and 6B. RGB value is (119,10,107). Sum of RGB (Red+Green+Blue) = 119+10+107=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #770A6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770A6B is #88F594. Grayscale: #353535. Windows color (decimal): -8975765 or 7015031. OLE color: 7015031.
HSL color Cylindrical-coordinate representation of color #770A6B: hue angle of 306.61º 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 #770A6B is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 10 | 107 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.53 |
| HSL | 306.61º | 0.84% | 0.25% | - |
| HSV(B) | 306.61º | 0.92% | 0.47% | - |
| XYZ | 10.37 | 5.2 | 14.37 | - |
| YUV | 53.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 107 | 0 | 0.92 | 0.10 | 0.53 | 306.61 | 0.84 | 0.25 |
| Hex | 77 | A | 6B | 0 | 5C | A | 35 | 133 | 54 | 19 |
| Octal | 167 | 12 | 153 | 0 | 134 | 12 | 65 | 463 | 124 | 31 |
| Binary | 1110111 | 1010 | 1101011 | 0 | 1011100 | 1010 | 110101 | 100110011 | 1010100 | 11001 |
Color Harmonies of #770A6B
Complementary color
Monochromatic Colors of #770A6B
Black with #770A6B
Text Example
Text Example
White with #770A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A6B; }
p { color: rgb(119,10,107); }
H1.HeaderClassName
{
color: #770A6B;
}
.AnyTagClassName
{
color: #770A6B;
}
</style>
background-color css
<style>
a { background-color: #770A6B; }
a { background-color: rgb(119,10,107); }
div.DivClassName
{
background-color: #770A6B;
}
.BgClassName
{
background-color: #770A6B;
}
</style>
border-color css
<style>
span { border-color: #770A6B; }
span { border-color: rgb(119,10,107); }
td.TdClassName
{
border-color: #770A6B;
}
.TagClassName
{
border-color: #770A6B;
}
</style>