Shades of Vivid Violet #77339D
Tints of Vivid Violet #77339D
RGB
CMYK
RGB Variations
Color information
#77339D (or 0x77339D) is known color: Vivid Violet. HEX triplet: 77, 33 and 9D. RGB value is (119,51,157). Sum of RGB (Red+Green+Blue) = 119+51+157=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #77339D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77339D is #88CC62. Grayscale: #535353. Windows color (decimal): -8965219 or 10302327. OLE color: 10302327.
HSL color Cylindrical-coordinate representation of color #77339D: hue angle of 278.49º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77339D is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 51 | 157 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.38 |
| HSL | 278.49º | 0.51% | 0.41% | - |
| HSV(B) | 278.49º | 0.68% | 0.62% | - |
| XYZ | 14.88 | 8.72 | 32.8 | - |
| YUV | 83.42 | 169.53 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 157 | 0.24 | 0.68 | 0 | 0.38 | 278.49 | 0.51 | 0.41 |
| Hex | 77 | 33 | 9D | 18 | 44 | 0 | 26 | 116 | 33 | 29 |
| Octal | 167 | 63 | 235 | 30 | 104 | 0 | 46 | 426 | 63 | 51 |
| Binary | 1110111 | 110011 | 10011101 | 11000 | 1000100 | 0 | 100110 | 100010110 | 110011 | 101001 |
Color Harmonies of #77339D
Complementary color
Monochromatic Colors of #77339D
Black with #77339D
Text Example
Text Example
White with #77339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77339D; }
p { color: rgb(119,51,157); }
H1.HeaderClassName
{
color: #77339D;
}
.AnyTagClassName
{
color: #77339D;
}
</style>
background-color css
<style>
a { background-color: #77339D; }
a { background-color: rgb(119,51,157); }
div.DivClassName
{
background-color: #77339D;
}
.BgClassName
{
background-color: #77339D;
}
</style>
border-color css
<style>
span { border-color: #77339D; }
span { border-color: rgb(119,51,157); }
td.TdClassName
{
border-color: #77339D;
}
.TagClassName
{
border-color: #77339D;
}
</style>