Shades of Vivid Violet #772F92
Tints of Vivid Violet #772F92
RGB
CMYK
RGB Variations
Color information
#772F92 (or 0x772F92) is known color: Vivid Violet. HEX triplet: 77, 2F and 92. RGB value is (119,47,146). Sum of RGB (Red+Green+Blue) = 119+47+146=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #772F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772F92 is #88D06D. Grayscale: #4F4F4F. Windows color (decimal): -8966254 or 9580407. OLE color: 9580407.
HSL color Cylindrical-coordinate representation of color #772F92: hue angle of 283.64º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #772F92 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 47 | 146 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.43 |
| HSL | 283.64º | 0.51% | 0.38% | - |
| HSV(B) | 283.64º | 0.68% | 0.57% | - |
| XYZ | 13.81 | 8.03 | 28.02 | - |
| YUV | 79.81 | 165.35 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 146 | 0.18 | 0.68 | 0 | 0.43 | 283.64 | 0.51 | 0.38 |
| Hex | 77 | 2F | 92 | 12 | 44 | 0 | 2B | 11C | 33 | 26 |
| Octal | 167 | 57 | 222 | 22 | 104 | 0 | 53 | 434 | 63 | 46 |
| Binary | 1110111 | 101111 | 10010010 | 10010 | 1000100 | 0 | 101011 | 100011100 | 110011 | 100110 |
Color Harmonies of #772F92
Complementary color
Monochromatic Colors of #772F92
Black with #772F92
Text Example
Text Example
White with #772F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F92; }
p { color: rgb(119,47,146); }
H1.HeaderClassName
{
color: #772F92;
}
.AnyTagClassName
{
color: #772F92;
}
</style>
background-color css
<style>
a { background-color: #772F92; }
a { background-color: rgb(119,47,146); }
div.DivClassName
{
background-color: #772F92;
}
.BgClassName
{
background-color: #772F92;
}
</style>
border-color css
<style>
span { border-color: #772F92; }
span { border-color: rgb(119,47,146); }
td.TdClassName
{
border-color: #772F92;
}
.TagClassName
{
border-color: #772F92;
}
</style>