Shades of Vivid Violet #77378D
Tints of Vivid Violet #77378D
RGB
CMYK
RGB Variations
Color information
#77378D (or 0x77378D) is known color: Vivid Violet. HEX triplet: 77, 37 and 8D. RGB value is (119,55,141). Sum of RGB (Red+Green+Blue) = 119+55+141=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #77378D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77378D is #88C872. Grayscale: #535353. Windows color (decimal): -8964211 or 9254775. OLE color: 9254775.
HSL color Cylindrical-coordinate representation of color #77378D: hue angle of 284.65º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77378D is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 55 | 141 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.45 |
| HSL | 284.65º | 0.44% | 0.38% | - |
| HSV(B) | 284.65º | 0.61% | 0.55% | - |
| XYZ | 13.78 | 8.58 | 26.13 | - |
| YUV | 83.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 141 | 0.16 | 0.61 | 0 | 0.45 | 284.65 | 0.44 | 0.38 |
| Hex | 77 | 37 | 8D | 10 | 3D | 0 | 2D | 11D | 2C | 26 |
| Octal | 167 | 67 | 215 | 20 | 75 | 0 | 55 | 435 | 54 | 46 |
| Binary | 1110111 | 110111 | 10001101 | 10000 | 111101 | 0 | 101101 | 100011101 | 101100 | 100110 |
Color Harmonies of #77378D
Complementary color
Monochromatic Colors of #77378D
Black with #77378D
Text Example
Text Example
White with #77378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77378D; }
p { color: rgb(119,55,141); }
H1.HeaderClassName
{
color: #77378D;
}
.AnyTagClassName
{
color: #77378D;
}
</style>
background-color css
<style>
a { background-color: #77378D; }
a { background-color: rgb(119,55,141); }
div.DivClassName
{
background-color: #77378D;
}
.BgClassName
{
background-color: #77378D;
}
</style>
border-color css
<style>
span { border-color: #77378D; }
span { border-color: rgb(119,55,141); }
td.TdClassName
{
border-color: #77378D;
}
.TagClassName
{
border-color: #77378D;
}
</style>