Shades of Vivid Violet #772695
Tints of Vivid Violet #772695
RGB
CMYK
RGB Variations
Color information
#772695 (or 0x772695) is known color: Vivid Violet. HEX triplet: 77, 26 and 95. RGB value is (119,38,149). Sum of RGB (Red+Green+Blue) = 119+38+149=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #772695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772695 is #88D96A. Grayscale: #4A4A4A. Windows color (decimal): -8968555 or 9774711. OLE color: 9774711.
HSL color Cylindrical-coordinate representation of color #772695: hue angle of 283.78º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772695 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 38 | 149 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.42 |
| HSL | 283.78º | 0.59% | 0.37% | - |
| HSV(B) | 283.78º | 0.74% | 0.58% | - |
| XYZ | 13.73 | 7.48 | 29.15 | - |
| YUV | 74.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 149 | 0.20 | 0.74 | 0 | 0.42 | 283.78 | 0.59 | 0.37 |
| Hex | 77 | 26 | 95 | 14 | 4A | 0 | 2A | 11C | 3B | 25 |
| Octal | 167 | 46 | 225 | 24 | 112 | 0 | 52 | 434 | 73 | 45 |
| Binary | 1110111 | 100110 | 10010101 | 10100 | 1001010 | 0 | 101010 | 100011100 | 111011 | 100101 |
Color Harmonies of #772695
Complementary color
Monochromatic Colors of #772695
Black with #772695
Text Example
Text Example
White with #772695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772695; }
p { color: rgb(119,38,149); }
H1.HeaderClassName
{
color: #772695;
}
.AnyTagClassName
{
color: #772695;
}
</style>
background-color css
<style>
a { background-color: #772695; }
a { background-color: rgb(119,38,149); }
div.DivClassName
{
background-color: #772695;
}
.BgClassName
{
background-color: #772695;
}
</style>
border-color css
<style>
span { border-color: #772695; }
span { border-color: rgb(119,38,149); }
td.TdClassName
{
border-color: #772695;
}
.TagClassName
{
border-color: #772695;
}
</style>