Shades of Vivid Violet #77369C
Tints of Vivid Violet #77369C
RGB
CMYK
RGB Variations
Color information
#77369C (or 0x77369C) is known color: Vivid Violet. HEX triplet: 77, 36 and 9C. RGB value is (119,54,156). Sum of RGB (Red+Green+Blue) = 119+54+156=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #77369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77369C is #88C963. Grayscale: #545454. Windows color (decimal): -8964452 or 10237559. OLE color: 10237559.
HSL color Cylindrical-coordinate representation of color #77369C: hue angle of 278.24º degrees, saturation: 0.49, 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 #77369C is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 54 | 156 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.39 |
| HSL | 278.24º | 0.49% | 0.41% | - |
| HSV(B) | 278.24º | 0.65% | 0.61% | - |
| XYZ | 14.93 | 8.96 | 32.4 | - |
| YUV | 85.06 | 168.03 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 156 | 0.24 | 0.65 | 0 | 0.39 | 278.24 | 0.49 | 0.41 |
| Hex | 77 | 36 | 9C | 18 | 41 | 0 | 27 | 116 | 31 | 29 |
| Octal | 167 | 66 | 234 | 30 | 101 | 0 | 47 | 426 | 61 | 51 |
| Binary | 1110111 | 110110 | 10011100 | 11000 | 1000001 | 0 | 100111 | 100010110 | 110001 | 101001 |
Color Harmonies of #77369C
Complementary color
Monochromatic Colors of #77369C
Black with #77369C
Text Example
Text Example
White with #77369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77369C; }
p { color: rgb(119,54,156); }
H1.HeaderClassName
{
color: #77369C;
}
.AnyTagClassName
{
color: #77369C;
}
</style>
background-color css
<style>
a { background-color: #77369C; }
a { background-color: rgb(119,54,156); }
div.DivClassName
{
background-color: #77369C;
}
.BgClassName
{
background-color: #77369C;
}
</style>
border-color css
<style>
span { border-color: #77369C; }
span { border-color: rgb(119,54,156); }
td.TdClassName
{
border-color: #77369C;
}
.TagClassName
{
border-color: #77369C;
}
</style>