Shades of Purple #770993
Tints of Purple #770993
RGB
CMYK
RGB Variations
Color information
#770993 (or 0x770993) is known color: Purple. HEX triplet: 77, 09 and 93. RGB value is (119,9,147). Sum of RGB (Red+Green+Blue) = 119+9+147=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #770993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770993 is #88F66C. Grayscale: #393939. Windows color (decimal): -8975981 or 9636215. OLE color: 9636215.
HSL color Cylindrical-coordinate representation of color #770993: hue angle of 287.83º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770993 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 9 | 147 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.42 |
| HSL | 287.83º | 0.88% | 0.31% | - |
| HSV(B) | 287.83º | 0.94% | 0.58% | - |
| XYZ | 12.97 | 6.22 | 28.12 | - |
| YUV | 57.62 | 178.44 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 147 | 0.19 | 0.94 | 0 | 0.42 | 287.83 | 0.88 | 0.31 |
| Hex | 77 | 9 | 93 | 13 | 5E | 0 | 2A | 120 | 58 | 1F |
| Octal | 167 | 11 | 223 | 23 | 136 | 0 | 52 | 440 | 130 | 37 |
| Binary | 1110111 | 1001 | 10010011 | 10011 | 1011110 | 0 | 101010 | 100100000 | 1011000 | 11111 |
Color Harmonies of #770993
Complementary color
Monochromatic Colors of #770993
Black with #770993
Text Example
Text Example
White with #770993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770993; }
p { color: rgb(119,9,147); }
H1.HeaderClassName
{
color: #770993;
}
.AnyTagClassName
{
color: #770993;
}
</style>
background-color css
<style>
a { background-color: #770993; }
a { background-color: rgb(119,9,147); }
div.DivClassName
{
background-color: #770993;
}
.BgClassName
{
background-color: #770993;
}
</style>
border-color css
<style>
span { border-color: #770993; }
span { border-color: rgb(119,9,147); }
td.TdClassName
{
border-color: #770993;
}
.TagClassName
{
border-color: #770993;
}
</style>