Shades of Purple #770969
Tints of Purple #770969
RGB
CMYK
RGB Variations
Color information
#770969 (or 0x770969) is known color: Purple. HEX triplet: 77, 09 and 69. RGB value is (119,9,105). Sum of RGB (Red+Green+Blue) = 119+9+105=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #770969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770969 is #88F696. Grayscale: #343434. Windows color (decimal): -8976023 or 6883703. OLE color: 6883703.
HSL color Cylindrical-coordinate representation of color #770969: hue angle of 307.64º degrees, saturation: 0.86, 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 #770969 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 9 | 105 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.53 |
| HSL | 307.64º | 0.86% | 0.25% | - |
| HSV(B) | 307.64º | 0.92% | 0.47% | - |
| XYZ | 10.26 | 5.14 | 13.82 | - |
| YUV | 52.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 105 | 0 | 0.92 | 0.12 | 0.53 | 307.64 | 0.86 | 0.25 |
| Hex | 77 | 9 | 69 | 0 | 5C | C | 35 | 134 | 56 | 19 |
| Octal | 167 | 11 | 151 | 0 | 134 | 14 | 65 | 464 | 126 | 31 |
| Binary | 1110111 | 1001 | 1101001 | 0 | 1011100 | 1100 | 110101 | 100110100 | 1010110 | 11001 |
Color Harmonies of #770969
Complementary color
Monochromatic Colors of #770969
Black with #770969
Text Example
Text Example
White with #770969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770969; }
p { color: rgb(119,9,105); }
H1.HeaderClassName
{
color: #770969;
}
.AnyTagClassName
{
color: #770969;
}
</style>
background-color css
<style>
a { background-color: #770969; }
a { background-color: rgb(119,9,105); }
div.DivClassName
{
background-color: #770969;
}
.BgClassName
{
background-color: #770969;
}
</style>
border-color css
<style>
span { border-color: #770969; }
span { border-color: rgb(119,9,105); }
td.TdClassName
{
border-color: #770969;
}
.TagClassName
{
border-color: #770969;
}
</style>