Shades of Vivid Violet #77239C
Tints of Vivid Violet #77239C
RGB
CMYK
RGB Variations
Color information
#77239C (or 0x77239C) is known color: Vivid Violet. HEX triplet: 77, 23 and 9C. RGB value is (119,35,156). Sum of RGB (Red+Green+Blue) = 119+35+156=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #77239C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77239C is #88DC63. Grayscale: #494949. Windows color (decimal): -8969316 or 10232695. OLE color: 10232695.
HSL color Cylindrical-coordinate representation of color #77239C: hue angle of 281.65º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77239C is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 35 | 156 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.39 |
| HSL | 281.65º | 0.63% | 0.37% | - |
| HSV(B) | 281.65º | 0.78% | 0.61% | - |
| XYZ | 14.21 | 7.52 | 32.16 | - |
| YUV | 73.91 | 174.33 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 35 | 156 | 0.24 | 0.78 | 0 | 0.39 | 281.65 | 0.63 | 0.37 |
| Hex | 77 | 23 | 9C | 18 | 4E | 0 | 27 | 11A | 3F | 25 |
| Octal | 167 | 43 | 234 | 30 | 116 | 0 | 47 | 432 | 77 | 45 |
| Binary | 1110111 | 100011 | 10011100 | 11000 | 1001110 | 0 | 100111 | 100011010 | 111111 | 100101 |
Color Harmonies of #77239C
Complementary color
Monochromatic Colors of #77239C
Black with #77239C
Text Example
Text Example
White with #77239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77239C; }
p { color: rgb(119,35,156); }
H1.HeaderClassName
{
color: #77239C;
}
.AnyTagClassName
{
color: #77239C;
}
</style>
background-color css
<style>
a { background-color: #77239C; }
a { background-color: rgb(119,35,156); }
div.DivClassName
{
background-color: #77239C;
}
.BgClassName
{
background-color: #77239C;
}
</style>
border-color css
<style>
span { border-color: #77239C; }
span { border-color: rgb(119,35,156); }
td.TdClassName
{
border-color: #77239C;
}
.TagClassName
{
border-color: #77239C;
}
</style>