Shades of Vivid Violet #771D9D
Tints of Vivid Violet #771D9D
RGB
CMYK
RGB Variations
Color information
#771D9D (or 0x771D9D) is known color: Vivid Violet. HEX triplet: 77, 1D and 9D. RGB value is (119,29,157). Sum of RGB (Red+Green+Blue) = 119+29+157=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #771D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771D9D is #88E262. Grayscale: #464646. Windows color (decimal): -8970851 or 10296695. OLE color: 10296695.
HSL color Cylindrical-coordinate representation of color #771D9D: hue angle of 282.19º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771D9D is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 29 | 157 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.38 |
| HSL | 282.19º | 0.69% | 0.36% | - |
| HSV(B) | 282.19º | 0.82% | 0.62% | - |
| XYZ | 14.13 | 7.23 | 32.55 | - |
| YUV | 70.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 157 | 0.24 | 0.82 | 0 | 0.38 | 282.19 | 0.69 | 0.36 |
| Hex | 77 | 1D | 9D | 18 | 52 | 0 | 26 | 11A | 45 | 24 |
| Octal | 167 | 35 | 235 | 30 | 122 | 0 | 46 | 432 | 105 | 44 |
| Binary | 1110111 | 11101 | 10011101 | 11000 | 1010010 | 0 | 100110 | 100011010 | 1000101 | 100100 |
Color Harmonies of #771D9D
Complementary color
Monochromatic Colors of #771D9D
Black with #771D9D
Text Example
Text Example
White with #771D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D9D; }
p { color: rgb(119,29,157); }
H1.HeaderClassName
{
color: #771D9D;
}
.AnyTagClassName
{
color: #771D9D;
}
</style>
background-color css
<style>
a { background-color: #771D9D; }
a { background-color: rgb(119,29,157); }
div.DivClassName
{
background-color: #771D9D;
}
.BgClassName
{
background-color: #771D9D;
}
</style>
border-color css
<style>
span { border-color: #771D9D; }
span { border-color: rgb(119,29,157); }
td.TdClassName
{
border-color: #771D9D;
}
.TagClassName
{
border-color: #771D9D;
}
</style>