Shades of Vivid Violet #774084
Tints of Vivid Violet #774084
RGB
CMYK
RGB Variations
Color information
#774084 (or 0x774084) is known color: Vivid Violet. HEX triplet: 77, 40 and 84. RGB value is (119,64,132). Sum of RGB (Red+Green+Blue) = 119+64+132=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #774084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774084 is #88BF7B. Grayscale: #575757. Windows color (decimal): -8961916 or 8667255. OLE color: 8667255.
HSL color Cylindrical-coordinate representation of color #774084: hue angle of 288.53º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #774084 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 64 | 132 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.48 |
| HSL | 288.53º | 0.35% | 0.38% | - |
| HSV(B) | 288.53º | 0.52% | 0.52% | - |
| XYZ | 13.61 | 9.25 | 22.9 | - |
| YUV | 88.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 132 | 0.10 | 0.52 | 0 | 0.48 | 288.53 | 0.35 | 0.38 |
| Hex | 77 | 40 | 84 | A | 34 | 0 | 30 | 121 | 23 | 26 |
| Octal | 167 | 100 | 204 | 12 | 64 | 0 | 60 | 441 | 43 | 46 |
| Binary | 1110111 | 1000000 | 10000100 | 1010 | 110100 | 0 | 110000 | 100100001 | 100011 | 100110 |
Color Harmonies of #774084
Complementary color
Monochromatic Colors of #774084
Black with #774084
Text Example
Text Example
White with #774084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774084; }
p { color: rgb(119,64,132); }
H1.HeaderClassName
{
color: #774084;
}
.AnyTagClassName
{
color: #774084;
}
</style>
background-color css
<style>
a { background-color: #774084; }
a { background-color: rgb(119,64,132); }
div.DivClassName
{
background-color: #774084;
}
.BgClassName
{
background-color: #774084;
}
</style>
border-color css
<style>
span { border-color: #774084; }
span { border-color: rgb(119,64,132); }
td.TdClassName
{
border-color: #774084;
}
.TagClassName
{
border-color: #774084;
}
</style>