Shades of Purple #770693
Tints of Purple #770693
RGB
CMYK
RGB Variations
Color information
#770693 (or 0x770693) is known color: Purple. HEX triplet: 77, 06 and 93. RGB value is (119,6,147). Sum of RGB (Red+Green+Blue) = 119+6+147=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #770693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770693 is #88F96C. Grayscale: #373737. Windows color (decimal): -8976749 or 9635447. OLE color: 9635447.
HSL color Cylindrical-coordinate representation of color #770693: hue angle of 288.09º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770693 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 6 | 147 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.42 |
| HSL | 288.09º | 0.92% | 0.3% | - |
| HSV(B) | 288.09º | 0.96% | 0.58% | - |
| XYZ | 12.94 | 6.16 | 28.11 | - |
| YUV | 55.86 | 179.44 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 147 | 0.19 | 0.96 | 0 | 0.42 | 288.09 | 0.92 | 0.3 |
| Hex | 77 | 6 | 93 | 13 | 60 | 0 | 2A | 120 | 5C | 1E |
| Octal | 167 | 6 | 223 | 23 | 140 | 0 | 52 | 440 | 134 | 36 |
| Binary | 1110111 | 110 | 10010011 | 10011 | 1100000 | 0 | 101010 | 100100000 | 1011100 | 11110 |
Color Harmonies of #770693
Complementary color
Monochromatic Colors of #770693
Black with #770693
Text Example
Text Example
White with #770693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770693; }
p { color: rgb(119,6,147); }
H1.HeaderClassName
{
color: #770693;
}
.AnyTagClassName
{
color: #770693;
}
</style>
background-color css
<style>
a { background-color: #770693; }
a { background-color: rgb(119,6,147); }
div.DivClassName
{
background-color: #770693;
}
.BgClassName
{
background-color: #770693;
}
</style>
border-color css
<style>
span { border-color: #770693; }
span { border-color: rgb(119,6,147); }
td.TdClassName
{
border-color: #770693;
}
.TagClassName
{
border-color: #770693;
}
</style>