Shades of Vivid Violet #77239B
Tints of Vivid Violet #77239B
RGB
CMYK
RGB Variations
Color information
#77239B (or 0x77239B) is known color: Vivid Violet. HEX triplet: 77, 23 and 9B. RGB value is (119,35,155). Sum of RGB (Red+Green+Blue) = 119+35+155=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #77239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77239B is #88DC64. Grayscale: #494949. Windows color (decimal): -8969317 or 10167159. OLE color: 10167159.
HSL color Cylindrical-coordinate representation of color #77239B: hue angle of 282º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77239B is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 35 | 155 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.39 |
| HSL | 282º | 0.63% | 0.37% | - |
| HSV(B) | 282º | 0.77% | 0.61% | - |
| XYZ | 14.13 | 7.49 | 31.71 | - |
| YUV | 73.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 35 | 155 | 0.23 | 0.77 | 0 | 0.39 | 282 | 0.63 | 0.37 |
| Hex | 77 | 23 | 9B | 17 | 4D | 0 | 27 | 11A | 3F | 25 |
| Octal | 167 | 43 | 233 | 27 | 115 | 0 | 47 | 432 | 77 | 45 |
| Binary | 1110111 | 100011 | 10011011 | 10111 | 1001101 | 0 | 100111 | 100011010 | 111111 | 100101 |
Color Harmonies of #77239B
Complementary color
Monochromatic Colors of #77239B
Black with #77239B
Text Example
Text Example
White with #77239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77239B; }
p { color: rgb(119,35,155); }
H1.HeaderClassName
{
color: #77239B;
}
.AnyTagClassName
{
color: #77239B;
}
</style>
background-color css
<style>
a { background-color: #77239B; }
a { background-color: rgb(119,35,155); }
div.DivClassName
{
background-color: #77239B;
}
.BgClassName
{
background-color: #77239B;
}
</style>
border-color css
<style>
span { border-color: #77239B; }
span { border-color: rgb(119,35,155); }
td.TdClassName
{
border-color: #77239B;
}
.TagClassName
{
border-color: #77239B;
}
</style>