Shades of Vivid Violet #774194
Tints of Vivid Violet #774194
RGB
CMYK
RGB Variations
Color information
#774194 (or 0x774194) is known color: Vivid Violet. HEX triplet: 77, 41 and 94. RGB value is (119,65,148). Sum of RGB (Red+Green+Blue) = 119+65+148=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #774194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774194 is #88BE6B. Grayscale: #5A5A5A. Windows color (decimal): -8961644 or 9716087. OLE color: 9716087.
HSL color Cylindrical-coordinate representation of color #774194: hue angle of 279.04º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774194 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 65 | 148 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.42 |
| HSL | 279.04º | 0.39% | 0.42% | - |
| HSV(B) | 279.04º | 0.56% | 0.58% | - |
| XYZ | 14.84 | 9.84 | 29.13 | - |
| YUV | 90.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 148 | 0.20 | 0.56 | 0 | 0.42 | 279.04 | 0.39 | 0.42 |
| Hex | 77 | 41 | 94 | 14 | 38 | 0 | 2A | 117 | 27 | 2A |
| Octal | 167 | 101 | 224 | 24 | 70 | 0 | 52 | 427 | 47 | 52 |
| Binary | 1110111 | 1000001 | 10010100 | 10100 | 111000 | 0 | 101010 | 100010111 | 100111 | 101010 |
Color Harmonies of #774194
Complementary color
Monochromatic Colors of #774194
Black with #774194
Text Example
Text Example
White with #774194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774194; }
p { color: rgb(119,65,148); }
H1.HeaderClassName
{
color: #774194;
}
.AnyTagClassName
{
color: #774194;
}
</style>
background-color css
<style>
a { background-color: #774194; }
a { background-color: rgb(119,65,148); }
div.DivClassName
{
background-color: #774194;
}
.BgClassName
{
background-color: #774194;
}
</style>
border-color css
<style>
span { border-color: #774194; }
span { border-color: rgb(119,65,148); }
td.TdClassName
{
border-color: #774194;
}
.TagClassName
{
border-color: #774194;
}
</style>