Shades of Vivid Violet #77279A
Tints of Vivid Violet #77279A
RGB
CMYK
RGB Variations
Color information
#77279A (or 0x77279A) is known color: Vivid Violet. HEX triplet: 77, 27 and 9A. RGB value is (119,39,154). Sum of RGB (Red+Green+Blue) = 119+39+154=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #77279A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77279A is #88D865. Grayscale: #4B4B4B. Windows color (decimal): -8968294 or 10102647. OLE color: 10102647.
HSL color Cylindrical-coordinate representation of color #77279A: hue angle of 281.74º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77279A is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 39 | 154 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.40 |
| HSL | 281.74º | 0.6% | 0.38% | - |
| HSV(B) | 281.74º | 0.75% | 0.6% | - |
| XYZ | 14.17 | 7.71 | 31.31 | - |
| YUV | 76.03 | 172 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 154 | 0.23 | 0.75 | 0 | 0.40 | 281.74 | 0.6 | 0.38 |
| Hex | 77 | 27 | 9A | 17 | 4B | 0 | 28 | 11A | 3C | 26 |
| Octal | 167 | 47 | 232 | 27 | 113 | 0 | 50 | 432 | 74 | 46 |
| Binary | 1110111 | 100111 | 10011010 | 10111 | 1001011 | 0 | 101000 | 100011010 | 111100 | 100110 |
Color Harmonies of #77279A
Complementary color
Monochromatic Colors of #77279A
Black with #77279A
Text Example
Text Example
White with #77279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77279A; }
p { color: rgb(119,39,154); }
H1.HeaderClassName
{
color: #77279A;
}
.AnyTagClassName
{
color: #77279A;
}
</style>
background-color css
<style>
a { background-color: #77279A; }
a { background-color: rgb(119,39,154); }
div.DivClassName
{
background-color: #77279A;
}
.BgClassName
{
background-color: #77279A;
}
</style>
border-color css
<style>
span { border-color: #77279A; }
span { border-color: rgb(119,39,154); }
td.TdClassName
{
border-color: #77279A;
}
.TagClassName
{
border-color: #77279A;
}
</style>