Shades of Vivid Violet #77348D
Tints of Vivid Violet #77348D
RGB
CMYK
RGB Variations
Color information
#77348D (or 0x77348D) is known color: Vivid Violet. HEX triplet: 77, 34 and 8D. RGB value is (119,52,141). Sum of RGB (Red+Green+Blue) = 119+52+141=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #77348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77348D is #88CB72. Grayscale: #515151. Windows color (decimal): -8964979 or 9254007. OLE color: 9254007.
HSL color Cylindrical-coordinate representation of color #77348D: hue angle of 285.17º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77348D is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 52 | 141 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.45 |
| HSL | 285.17º | 0.46% | 0.38% | - |
| HSV(B) | 285.17º | 0.63% | 0.55% | - |
| XYZ | 13.64 | 8.3 | 26.08 | - |
| YUV | 82.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 141 | 0.16 | 0.63 | 0 | 0.45 | 285.17 | 0.46 | 0.38 |
| Hex | 77 | 34 | 8D | 10 | 3F | 0 | 2D | 11D | 2E | 26 |
| Octal | 167 | 64 | 215 | 20 | 77 | 0 | 55 | 435 | 56 | 46 |
| Binary | 1110111 | 110100 | 10001101 | 10000 | 111111 | 0 | 101101 | 100011101 | 101110 | 100110 |
Color Harmonies of #77348D
Complementary color
Monochromatic Colors of #77348D
Black with #77348D
Text Example
Text Example
White with #77348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77348D; }
p { color: rgb(119,52,141); }
H1.HeaderClassName
{
color: #77348D;
}
.AnyTagClassName
{
color: #77348D;
}
</style>
background-color css
<style>
a { background-color: #77348D; }
a { background-color: rgb(119,52,141); }
div.DivClassName
{
background-color: #77348D;
}
.BgClassName
{
background-color: #77348D;
}
</style>
border-color css
<style>
span { border-color: #77348D; }
span { border-color: rgb(119,52,141); }
td.TdClassName
{
border-color: #77348D;
}
.TagClassName
{
border-color: #77348D;
}
</style>