Shades of Vivid Violet #772C9B
Tints of Vivid Violet #772C9B
RGB
CMYK
RGB Variations
Color information
#772C9B (or 0x772C9B) is known color: Vivid Violet. HEX triplet: 77, 2C and 9B. RGB value is (119,44,155). Sum of RGB (Red+Green+Blue) = 119+44+155=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #772C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772C9B is #88D364. Grayscale: #4E4E4E. Windows color (decimal): -8967013 or 10169463. OLE color: 10169463.
HSL color Cylindrical-coordinate representation of color #772C9B: hue angle of 280.54º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772C9B is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 44 | 155 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.39 |
| HSL | 280.54º | 0.56% | 0.39% | - |
| HSV(B) | 280.54º | 0.72% | 0.61% | - |
| XYZ | 14.42 | 8.09 | 31.81 | - |
| YUV | 79.08 | 170.85 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 155 | 0.23 | 0.72 | 0 | 0.39 | 280.54 | 0.56 | 0.39 |
| Hex | 77 | 2C | 9B | 17 | 48 | 0 | 27 | 119 | 38 | 27 |
| Octal | 167 | 54 | 233 | 27 | 110 | 0 | 47 | 431 | 70 | 47 |
| Binary | 1110111 | 101100 | 10011011 | 10111 | 1001000 | 0 | 100111 | 100011001 | 111000 | 100111 |
Color Harmonies of #772C9B
Complementary color
Monochromatic Colors of #772C9B
Black with #772C9B
Text Example
Text Example
White with #772C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C9B; }
p { color: rgb(119,44,155); }
H1.HeaderClassName
{
color: #772C9B;
}
.AnyTagClassName
{
color: #772C9B;
}
</style>
background-color css
<style>
a { background-color: #772C9B; }
a { background-color: rgb(119,44,155); }
div.DivClassName
{
background-color: #772C9B;
}
.BgClassName
{
background-color: #772C9B;
}
</style>
border-color css
<style>
span { border-color: #772C9B; }
span { border-color: rgb(119,44,155); }
td.TdClassName
{
border-color: #772C9B;
}
.TagClassName
{
border-color: #772C9B;
}
</style>