Shades of Vivid Violet #77238D
Tints of Vivid Violet #77238D
RGB
CMYK
RGB Variations
Color information
#77238D (or 0x77238D) is known color: Vivid Violet. HEX triplet: 77, 23 and 8D. RGB value is (119,35,141). Sum of RGB (Red+Green+Blue) = 119+35+141=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #77238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77238D is #88DC72. Grayscale: #474747. Windows color (decimal): -8969331 or 9249655. OLE color: 9249655.
HSL color Cylindrical-coordinate representation of color #77238D: hue angle of 287.55º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77238D is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 35 | 141 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.45 |
| HSL | 287.55º | 0.6% | 0.35% | - |
| HSV(B) | 287.55º | 0.75% | 0.55% | - |
| XYZ | 13.02 | 7.05 | 25.87 | - |
| YUV | 72.2 | 166.83 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 35 | 141 | 0.16 | 0.75 | 0 | 0.45 | 287.55 | 0.6 | 0.35 |
| Hex | 77 | 23 | 8D | 10 | 4B | 0 | 2D | 120 | 3C | 23 |
| Octal | 167 | 43 | 215 | 20 | 113 | 0 | 55 | 440 | 74 | 43 |
| Binary | 1110111 | 100011 | 10001101 | 10000 | 1001011 | 0 | 101101 | 100100000 | 111100 | 100011 |
Color Harmonies of #77238D
Complementary color
Monochromatic Colors of #77238D
Black with #77238D
Text Example
Text Example
White with #77238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77238D; }
p { color: rgb(119,35,141); }
H1.HeaderClassName
{
color: #77238D;
}
.AnyTagClassName
{
color: #77238D;
}
</style>
background-color css
<style>
a { background-color: #77238D; }
a { background-color: rgb(119,35,141); }
div.DivClassName
{
background-color: #77238D;
}
.BgClassName
{
background-color: #77238D;
}
</style>
border-color css
<style>
span { border-color: #77238D; }
span { border-color: rgb(119,35,141); }
td.TdClassName
{
border-color: #77238D;
}
.TagClassName
{
border-color: #77238D;
}
</style>