Shades of Vivid Violet #773F90
Tints of Vivid Violet #773F90
RGB
CMYK
RGB Variations
Color information
#773F90 (or 0x773F90) is known color: Vivid Violet. HEX triplet: 77, 3F and 90. RGB value is (119,63,144). Sum of RGB (Red+Green+Blue) = 119+63+144=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #773F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773F90 is #88C06F. Grayscale: #585858. Windows color (decimal): -8962160 or 9453431. OLE color: 9453431.
HSL color Cylindrical-coordinate representation of color #773F90: hue angle of 281.48º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #773F90 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 63 | 144 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.44 |
| HSL | 281.48º | 0.39% | 0.41% | - |
| HSV(B) | 281.48º | 0.56% | 0.56% | - |
| XYZ | 14.42 | 9.49 | 27.46 | - |
| YUV | 88.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 144 | 0.17 | 0.56 | 0 | 0.44 | 281.48 | 0.39 | 0.41 |
| Hex | 77 | 3F | 90 | 11 | 38 | 0 | 2C | 119 | 27 | 29 |
| Octal | 167 | 77 | 220 | 21 | 70 | 0 | 54 | 431 | 47 | 51 |
| Binary | 1110111 | 111111 | 10010000 | 10001 | 111000 | 0 | 101100 | 100011001 | 100111 | 101001 |
Color Harmonies of #773F90
Complementary color
Monochromatic Colors of #773F90
Black with #773F90
Text Example
Text Example
White with #773F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773F90; }
p { color: rgb(119,63,144); }
H1.HeaderClassName
{
color: #773F90;
}
.AnyTagClassName
{
color: #773F90;
}
</style>
background-color css
<style>
a { background-color: #773F90; }
a { background-color: rgb(119,63,144); }
div.DivClassName
{
background-color: #773F90;
}
.BgClassName
{
background-color: #773F90;
}
</style>
border-color css
<style>
span { border-color: #773F90; }
span { border-color: rgb(119,63,144); }
td.TdClassName
{
border-color: #773F90;
}
.TagClassName
{
border-color: #773F90;
}
</style>