Shades of Vivid Violet #772B93
Tints of Vivid Violet #772B93
RGB
CMYK
RGB Variations
Color information
#772B93 (or 0x772B93) is known color: Vivid Violet. HEX triplet: 77, 2B and 93. RGB value is (119,43,147). Sum of RGB (Red+Green+Blue) = 119+43+147=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #772B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772B93 is #88D46C. Grayscale: #4D4D4D. Windows color (decimal): -8967277 or 9644919. OLE color: 9644919.
HSL color Cylindrical-coordinate representation of color #772B93: hue angle of 283.85º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772B93 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 43 | 147 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.42 |
| HSL | 283.85º | 0.55% | 0.37% | - |
| HSV(B) | 283.85º | 0.71% | 0.58% | - |
| XYZ | 13.74 | 7.76 | 28.38 | - |
| YUV | 77.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 147 | 0.19 | 0.71 | 0 | 0.42 | 283.85 | 0.55 | 0.37 |
| Hex | 77 | 2B | 93 | 13 | 47 | 0 | 2A | 11C | 37 | 25 |
| Octal | 167 | 53 | 223 | 23 | 107 | 0 | 52 | 434 | 67 | 45 |
| Binary | 1110111 | 101011 | 10010011 | 10011 | 1000111 | 0 | 101010 | 100011100 | 110111 | 100101 |
Color Harmonies of #772B93
Complementary color
Monochromatic Colors of #772B93
Black with #772B93
Text Example
Text Example
White with #772B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B93; }
p { color: rgb(119,43,147); }
H1.HeaderClassName
{
color: #772B93;
}
.AnyTagClassName
{
color: #772B93;
}
</style>
background-color css
<style>
a { background-color: #772B93; }
a { background-color: rgb(119,43,147); }
div.DivClassName
{
background-color: #772B93;
}
.BgClassName
{
background-color: #772B93;
}
</style>
border-color css
<style>
span { border-color: #772B93; }
span { border-color: rgb(119,43,147); }
td.TdClassName
{
border-color: #772B93;
}
.TagClassName
{
border-color: #772B93;
}
</style>