Shades of Vivid Violet #77218C
Tints of Vivid Violet #77218C
RGB
CMYK
RGB Variations
Color information
#77218C (or 0x77218C) is known color: Vivid Violet. HEX triplet: 77, 21 and 8C. RGB value is (119,33,140). Sum of RGB (Red+Green+Blue) = 119+33+140=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #77218C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77218C is #88DE73. Grayscale: #464646. Windows color (decimal): -8969844 or 9183607. OLE color: 9183607.
HSL color Cylindrical-coordinate representation of color #77218C: hue angle of 288.22º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77218C is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 33 | 140 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.45 |
| HSL | 288.22º | 0.62% | 0.34% | - |
| HSV(B) | 288.22º | 0.76% | 0.55% | - |
| XYZ | 12.89 | 6.9 | 25.46 | - |
| YUV | 70.91 | 166.99 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 140 | 0.15 | 0.76 | 0 | 0.45 | 288.22 | 0.62 | 0.34 |
| Hex | 77 | 21 | 8C | F | 4C | 0 | 2D | 120 | 3E | 22 |
| Octal | 167 | 41 | 214 | 17 | 114 | 0 | 55 | 440 | 76 | 42 |
| Binary | 1110111 | 100001 | 10001100 | 1111 | 1001100 | 0 | 101101 | 100100000 | 111110 | 100010 |
Color Harmonies of #77218C
Complementary color
Monochromatic Colors of #77218C
Black with #77218C
Text Example
Text Example
White with #77218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77218C; }
p { color: rgb(119,33,140); }
H1.HeaderClassName
{
color: #77218C;
}
.AnyTagClassName
{
color: #77218C;
}
</style>
background-color css
<style>
a { background-color: #77218C; }
a { background-color: rgb(119,33,140); }
div.DivClassName
{
background-color: #77218C;
}
.BgClassName
{
background-color: #77218C;
}
</style>
border-color css
<style>
span { border-color: #77218C; }
span { border-color: rgb(119,33,140); }
td.TdClassName
{
border-color: #77218C;
}
.TagClassName
{
border-color: #77218C;
}
</style>