Shades of Vivid Violet #77378F
Tints of Vivid Violet #77378F
RGB
CMYK
RGB Variations
Color information
#77378F (or 0x77378F) is known color: Vivid Violet. HEX triplet: 77, 37 and 8F. RGB value is (119,55,143). Sum of RGB (Red+Green+Blue) = 119+55+143=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #77378F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77378F is #88C870. Grayscale: #535353. Windows color (decimal): -8964209 or 9385847. OLE color: 9385847.
HSL color Cylindrical-coordinate representation of color #77378F: hue angle of 283.64º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77378F is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 55 | 143 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.44 |
| HSL | 283.64º | 0.44% | 0.39% | - |
| HSV(B) | 283.64º | 0.62% | 0.56% | - |
| XYZ | 13.93 | 8.64 | 26.92 | - |
| YUV | 84.17 | 161.2 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 143 | 0.17 | 0.62 | 0 | 0.44 | 283.64 | 0.44 | 0.39 |
| Hex | 77 | 37 | 8F | 11 | 3E | 0 | 2C | 11C | 2C | 27 |
| Octal | 167 | 67 | 217 | 21 | 76 | 0 | 54 | 434 | 54 | 47 |
| Binary | 1110111 | 110111 | 10001111 | 10001 | 111110 | 0 | 101100 | 100011100 | 101100 | 100111 |
Color Harmonies of #77378F
Complementary color
Monochromatic Colors of #77378F
Black with #77378F
Text Example
Text Example
White with #77378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77378F; }
p { color: rgb(119,55,143); }
H1.HeaderClassName
{
color: #77378F;
}
.AnyTagClassName
{
color: #77378F;
}
</style>
background-color css
<style>
a { background-color: #77378F; }
a { background-color: rgb(119,55,143); }
div.DivClassName
{
background-color: #77378F;
}
.BgClassName
{
background-color: #77378F;
}
</style>
border-color css
<style>
span { border-color: #77378F; }
span { border-color: rgb(119,55,143); }
td.TdClassName
{
border-color: #77378F;
}
.TagClassName
{
border-color: #77378F;
}
</style>