Shades of Vivid Violet #77369B
Tints of Vivid Violet #77369B
RGB
CMYK
RGB Variations
Color information
#77369B (or 0x77369B) is known color: Vivid Violet. HEX triplet: 77, 36 and 9B. RGB value is (119,54,155). Sum of RGB (Red+Green+Blue) = 119+54+155=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #77369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77369B is #88C964. Grayscale: #545454. Windows color (decimal): -8964453 or 10172023. OLE color: 10172023.
HSL color Cylindrical-coordinate representation of color #77369B: hue angle of 278.61º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77369B is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 54 | 155 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.39 |
| HSL | 278.61º | 0.48% | 0.41% | - |
| HSV(B) | 278.61º | 0.65% | 0.61% | - |
| XYZ | 14.84 | 8.93 | 31.95 | - |
| YUV | 84.95 | 167.53 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 155 | 0.23 | 0.65 | 0 | 0.39 | 278.61 | 0.48 | 0.41 |
| Hex | 77 | 36 | 9B | 17 | 41 | 0 | 27 | 117 | 30 | 29 |
| Octal | 167 | 66 | 233 | 27 | 101 | 0 | 47 | 427 | 60 | 51 |
| Binary | 1110111 | 110110 | 10011011 | 10111 | 1000001 | 0 | 100111 | 100010111 | 110000 | 101001 |
Color Harmonies of #77369B
Complementary color
Monochromatic Colors of #77369B
Black with #77369B
Text Example
Text Example
White with #77369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77369B; }
p { color: rgb(119,54,155); }
H1.HeaderClassName
{
color: #77369B;
}
.AnyTagClassName
{
color: #77369B;
}
</style>
background-color css
<style>
a { background-color: #77369B; }
a { background-color: rgb(119,54,155); }
div.DivClassName
{
background-color: #77369B;
}
.BgClassName
{
background-color: #77369B;
}
</style>
border-color css
<style>
span { border-color: #77369B; }
span { border-color: rgb(119,54,155); }
td.TdClassName
{
border-color: #77369B;
}
.TagClassName
{
border-color: #77369B;
}
</style>