Shades of Vivid Violet #77309C
Tints of Vivid Violet #77309C
RGB
CMYK
RGB Variations
Color information
#77309C (or 0x77309C) is known color: Vivid Violet. HEX triplet: 77, 30 and 9C. RGB value is (119,48,156). Sum of RGB (Red+Green+Blue) = 119+48+156=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #77309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77309C is #88CF63. Grayscale: #515151. Windows color (decimal): -8965988 or 10236023. OLE color: 10236023.
HSL color Cylindrical-coordinate representation of color #77309C: hue angle of 279.44º 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 #77309C is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 48 | 156 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.39 |
| HSL | 279.44º | 0.53% | 0.4% | - |
| HSV(B) | 279.44º | 0.69% | 0.61% | - |
| XYZ | 14.67 | 8.44 | 32.31 | - |
| YUV | 81.54 | 170.02 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 156 | 0.24 | 0.69 | 0 | 0.39 | 279.44 | 0.53 | 0.4 |
| Hex | 77 | 30 | 9C | 18 | 45 | 0 | 27 | 117 | 35 | 28 |
| Octal | 167 | 60 | 234 | 30 | 105 | 0 | 47 | 427 | 65 | 50 |
| Binary | 1110111 | 110000 | 10011100 | 11000 | 1000101 | 0 | 100111 | 100010111 | 110101 | 101000 |
Color Harmonies of #77309C
Complementary color
Monochromatic Colors of #77309C
Black with #77309C
Text Example
Text Example
White with #77309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77309C; }
p { color: rgb(119,48,156); }
H1.HeaderClassName
{
color: #77309C;
}
.AnyTagClassName
{
color: #77309C;
}
</style>
background-color css
<style>
a { background-color: #77309C; }
a { background-color: rgb(119,48,156); }
div.DivClassName
{
background-color: #77309C;
}
.BgClassName
{
background-color: #77309C;
}
</style>
border-color css
<style>
span { border-color: #77309C; }
span { border-color: rgb(119,48,156); }
td.TdClassName
{
border-color: #77309C;
}
.TagClassName
{
border-color: #77309C;
}
</style>