Shades of Vivid Violet #77308E
Tints of Vivid Violet #77308E
RGB
CMYK
RGB Variations
Color information
#77308E (or 0x77308E) is known color: Vivid Violet. HEX triplet: 77, 30 and 8E. RGB value is (119,48,142). Sum of RGB (Red+Green+Blue) = 119+48+142=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #77308E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77308E is #88CF71. Grayscale: #4F4F4F. Windows color (decimal): -8966002 or 9318519. OLE color: 9318519.
HSL color Cylindrical-coordinate representation of color #77308E: hue angle of 285.32º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77308E is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 48 | 142 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.44 |
| HSL | 285.32º | 0.49% | 0.37% | - |
| HSV(B) | 285.32º | 0.66% | 0.56% | - |
| XYZ | 13.55 | 7.99 | 26.42 | - |
| YUV | 79.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 142 | 0.16 | 0.66 | 0 | 0.44 | 285.32 | 0.49 | 0.37 |
| Hex | 77 | 30 | 8E | 10 | 42 | 0 | 2C | 11D | 31 | 25 |
| Octal | 167 | 60 | 216 | 20 | 102 | 0 | 54 | 435 | 61 | 45 |
| Binary | 1110111 | 110000 | 10001110 | 10000 | 1000010 | 0 | 101100 | 100011101 | 110001 | 100101 |
Color Harmonies of #77308E
Complementary color
Monochromatic Colors of #77308E
Black with #77308E
Text Example
Text Example
White with #77308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77308E; }
p { color: rgb(119,48,142); }
H1.HeaderClassName
{
color: #77308E;
}
.AnyTagClassName
{
color: #77308E;
}
</style>
background-color css
<style>
a { background-color: #77308E; }
a { background-color: rgb(119,48,142); }
div.DivClassName
{
background-color: #77308E;
}
.BgClassName
{
background-color: #77308E;
}
</style>
border-color css
<style>
span { border-color: #77308E; }
span { border-color: rgb(119,48,142); }
td.TdClassName
{
border-color: #77308E;
}
.TagClassName
{
border-color: #77308E;
}
</style>