Shades of Vivid Violet #77278C
Tints of Vivid Violet #77278C
RGB
CMYK
RGB Variations
Color information
#77278C (or 0x77278C) is known color: Vivid Violet. HEX triplet: 77, 27 and 8C. RGB value is (119,39,140). Sum of RGB (Red+Green+Blue) = 119+39+140=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #77278C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77278C is #88D873. Grayscale: #4A4A4A. Windows color (decimal): -8968308 or 9185143. OLE color: 9185143.
HSL color Cylindrical-coordinate representation of color #77278C: hue angle of 287.52º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77278C is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 39 | 140 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.45 |
| HSL | 287.52º | 0.56% | 0.35% | - |
| HSV(B) | 287.52º | 0.72% | 0.55% | - |
| XYZ | 13.07 | 7.27 | 25.52 | - |
| YUV | 74.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 140 | 0.15 | 0.72 | 0 | 0.45 | 287.52 | 0.56 | 0.35 |
| Hex | 77 | 27 | 8C | F | 48 | 0 | 2D | 120 | 38 | 23 |
| Octal | 167 | 47 | 214 | 17 | 110 | 0 | 55 | 440 | 70 | 43 |
| Binary | 1110111 | 100111 | 10001100 | 1111 | 1001000 | 0 | 101101 | 100100000 | 111000 | 100011 |
Color Harmonies of #77278C
Complementary color
Monochromatic Colors of #77278C
Black with #77278C
Text Example
Text Example
White with #77278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77278C; }
p { color: rgb(119,39,140); }
H1.HeaderClassName
{
color: #77278C;
}
.AnyTagClassName
{
color: #77278C;
}
</style>
background-color css
<style>
a { background-color: #77278C; }
a { background-color: rgb(119,39,140); }
div.DivClassName
{
background-color: #77278C;
}
.BgClassName
{
background-color: #77278C;
}
</style>
border-color css
<style>
span { border-color: #77278C; }
span { border-color: rgb(119,39,140); }
td.TdClassName
{
border-color: #77278C;
}
.TagClassName
{
border-color: #77278C;
}
</style>