Shades of Vivid Violet #77309B
Tints of Vivid Violet #77309B
RGB
CMYK
RGB Variations
Color information
#77309B (or 0x77309B) is known color: Vivid Violet. HEX triplet: 77, 30 and 9B. RGB value is (119,48,155). Sum of RGB (Red+Green+Blue) = 119+48+155=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #77309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77309B is #88CF64. Grayscale: #515151. Windows color (decimal): -8965989 or 10170487. OLE color: 10170487.
HSL color Cylindrical-coordinate representation of color #77309B: hue angle of 279.81º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77309B is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 48 | 155 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.39 |
| HSL | 279.81º | 0.53% | 0.4% | - |
| HSV(B) | 279.81º | 0.69% | 0.61% | - |
| XYZ | 14.58 | 8.4 | 31.86 | - |
| YUV | 81.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 155 | 0.23 | 0.69 | 0 | 0.39 | 279.81 | 0.53 | 0.4 |
| Hex | 77 | 30 | 9B | 17 | 45 | 0 | 27 | 118 | 35 | 28 |
| Octal | 167 | 60 | 233 | 27 | 105 | 0 | 47 | 430 | 65 | 50 |
| Binary | 1110111 | 110000 | 10011011 | 10111 | 1000101 | 0 | 100111 | 100011000 | 110101 | 101000 |
Color Harmonies of #77309B
Complementary color
Monochromatic Colors of #77309B
Black with #77309B
Text Example
Text Example
White with #77309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77309B; }
p { color: rgb(119,48,155); }
H1.HeaderClassName
{
color: #77309B;
}
.AnyTagClassName
{
color: #77309B;
}
</style>
background-color css
<style>
a { background-color: #77309B; }
a { background-color: rgb(119,48,155); }
div.DivClassName
{
background-color: #77309B;
}
.BgClassName
{
background-color: #77309B;
}
</style>
border-color css
<style>
span { border-color: #77309B; }
span { border-color: rgb(119,48,155); }
td.TdClassName
{
border-color: #77309B;
}
.TagClassName
{
border-color: #77309B;
}
</style>