Shades of Vivid Violet #772B8C
Tints of Vivid Violet #772B8C
RGB
CMYK
RGB Variations
Color information
#772B8C (or 0x772B8C) is known color: Vivid Violet. HEX triplet: 77, 2B and 8C. RGB value is (119,43,140). Sum of RGB (Red+Green+Blue) = 119+43+140=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #772B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772B8C is #88D473. Grayscale: #4C4C4C. Windows color (decimal): -8967284 or 9186167. OLE color: 9186167.
HSL color Cylindrical-coordinate representation of color #772B8C: hue angle of 287.01º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #772B8C is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 43 | 140 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.45 |
| HSL | 287.01º | 0.53% | 0.36% | - |
| HSV(B) | 287.01º | 0.69% | 0.55% | - |
| XYZ | 13.21 | 7.54 | 25.57 | - |
| YUV | 76.78 | 163.68 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 140 | 0.15 | 0.69 | 0 | 0.45 | 287.01 | 0.53 | 0.36 |
| Hex | 77 | 2B | 8C | F | 45 | 0 | 2D | 11F | 35 | 24 |
| Octal | 167 | 53 | 214 | 17 | 105 | 0 | 55 | 437 | 65 | 44 |
| Binary | 1110111 | 101011 | 10001100 | 1111 | 1000101 | 0 | 101101 | 100011111 | 110101 | 100100 |
Color Harmonies of #772B8C
Complementary color
Monochromatic Colors of #772B8C
Black with #772B8C
Text Example
Text Example
White with #772B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B8C; }
p { color: rgb(119,43,140); }
H1.HeaderClassName
{
color: #772B8C;
}
.AnyTagClassName
{
color: #772B8C;
}
</style>
background-color css
<style>
a { background-color: #772B8C; }
a { background-color: rgb(119,43,140); }
div.DivClassName
{
background-color: #772B8C;
}
.BgClassName
{
background-color: #772B8C;
}
</style>
border-color css
<style>
span { border-color: #772B8C; }
span { border-color: rgb(119,43,140); }
td.TdClassName
{
border-color: #772B8C;
}
.TagClassName
{
border-color: #772B8C;
}
</style>