Shades of Purple #770669
Tints of Purple #770669
RGB
CMYK
RGB Variations
Color information
#770669 (or 0x770669) is known color: Purple. HEX triplet: 77, 06 and 69. RGB value is (119,6,105). Sum of RGB (Red+Green+Blue) = 119+6+105=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #770669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770669 is #88F996. Grayscale: #323232. Windows color (decimal): -8976791 or 6882935. OLE color: 6882935.
HSL color Cylindrical-coordinate representation of color #770669: hue angle of 307.43º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770669 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 105 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.53 |
| HSL | 307.43º | 0.9% | 0.25% | - |
| HSV(B) | 307.43º | 0.95% | 0.47% | - |
| XYZ | 10.22 | 5.07 | 13.8 | - |
| YUV | 51.07 | 158.44 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 105 | 0 | 0.95 | 0.12 | 0.53 | 307.43 | 0.9 | 0.25 |
| Hex | 77 | 6 | 69 | 0 | 5F | C | 35 | 133 | 5A | 19 |
| Octal | 167 | 6 | 151 | 0 | 137 | 14 | 65 | 463 | 132 | 31 |
| Binary | 1110111 | 110 | 1101001 | 0 | 1011111 | 1100 | 110101 | 100110011 | 1011010 | 11001 |
Color Harmonies of #770669
Complementary color
Monochromatic Colors of #770669
Black with #770669
Text Example
Text Example
White with #770669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770669; }
p { color: rgb(119,6,105); }
H1.HeaderClassName
{
color: #770669;
}
.AnyTagClassName
{
color: #770669;
}
</style>
background-color css
<style>
a { background-color: #770669; }
a { background-color: rgb(119,6,105); }
div.DivClassName
{
background-color: #770669;
}
.BgClassName
{
background-color: #770669;
}
</style>
border-color css
<style>
span { border-color: #770669; }
span { border-color: rgb(119,6,105); }
td.TdClassName
{
border-color: #770669;
}
.TagClassName
{
border-color: #770669;
}
</style>