Shades of Vivid Violet #77358C
Tints of Vivid Violet #77358C
RGB
CMYK
RGB Variations
Color information
#77358C (or 0x77358C) is known color: Vivid Violet. HEX triplet: 77, 35 and 8C. RGB value is (119,53,140). Sum of RGB (Red+Green+Blue) = 119+53+140=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #77358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77358C is #88CA73. Grayscale: #525252. Windows color (decimal): -8964724 or 9188727. OLE color: 9188727.
HSL color Cylindrical-coordinate representation of color #77358C: hue angle of 285.52º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77358C is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 53 | 140 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.45 |
| HSL | 285.52º | 0.45% | 0.38% | - |
| HSV(B) | 285.52º | 0.62% | 0.55% | - |
| XYZ | 13.61 | 8.36 | 25.71 | - |
| YUV | 82.65 | 160.37 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 140 | 0.15 | 0.62 | 0 | 0.45 | 285.52 | 0.45 | 0.38 |
| Hex | 77 | 35 | 8C | F | 3E | 0 | 2D | 11E | 2D | 26 |
| Octal | 167 | 65 | 214 | 17 | 76 | 0 | 55 | 436 | 55 | 46 |
| Binary | 1110111 | 110101 | 10001100 | 1111 | 111110 | 0 | 101101 | 100011110 | 101101 | 100110 |
Color Harmonies of #77358C
Complementary color
Monochromatic Colors of #77358C
Black with #77358C
Text Example
Text Example
White with #77358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77358C; }
p { color: rgb(119,53,140); }
H1.HeaderClassName
{
color: #77358C;
}
.AnyTagClassName
{
color: #77358C;
}
</style>
background-color css
<style>
a { background-color: #77358C; }
a { background-color: rgb(119,53,140); }
div.DivClassName
{
background-color: #77358C;
}
.BgClassName
{
background-color: #77358C;
}
</style>
border-color css
<style>
span { border-color: #77358C; }
span { border-color: rgb(119,53,140); }
td.TdClassName
{
border-color: #77358C;
}
.TagClassName
{
border-color: #77358C;
}
</style>