Shades of Vivid Violet #77418D
Tints of Vivid Violet #77418D
RGB
CMYK
RGB Variations
Color information
#77418D (or 0x77418D) is known color: Vivid Violet. HEX triplet: 77, 41 and 8D. RGB value is (119,65,141). Sum of RGB (Red+Green+Blue) = 119+65+141=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #77418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77418D is #88BE72. Grayscale: #595959. Windows color (decimal): -8961651 or 9257335. OLE color: 9257335.
HSL color Cylindrical-coordinate representation of color #77418D: hue angle of 282.63º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77418D is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 65 | 141 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.45 |
| HSL | 282.63º | 0.37% | 0.4% | - |
| HSV(B) | 282.63º | 0.54% | 0.55% | - |
| XYZ | 14.31 | 9.63 | 26.3 | - |
| YUV | 89.81 | 156.89 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 141 | 0.16 | 0.54 | 0 | 0.45 | 282.63 | 0.37 | 0.4 |
| Hex | 77 | 41 | 8D | 10 | 36 | 0 | 2D | 11B | 25 | 28 |
| Octal | 167 | 101 | 215 | 20 | 66 | 0 | 55 | 433 | 45 | 50 |
| Binary | 1110111 | 1000001 | 10001101 | 10000 | 110110 | 0 | 101101 | 100011011 | 100101 | 101000 |
Color Harmonies of #77418D
Complementary color
Monochromatic Colors of #77418D
Black with #77418D
Text Example
Text Example
White with #77418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77418D; }
p { color: rgb(119,65,141); }
H1.HeaderClassName
{
color: #77418D;
}
.AnyTagClassName
{
color: #77418D;
}
</style>
background-color css
<style>
a { background-color: #77418D; }
a { background-color: rgb(119,65,141); }
div.DivClassName
{
background-color: #77418D;
}
.BgClassName
{
background-color: #77418D;
}
</style>
border-color css
<style>
span { border-color: #77418D; }
span { border-color: rgb(119,65,141); }
td.TdClassName
{
border-color: #77418D;
}
.TagClassName
{
border-color: #77418D;
}
</style>