Shades of Vivid Violet #774294
Tints of Vivid Violet #774294
RGB
CMYK
RGB Variations
Color information
#774294 (or 0x774294) is known color: Vivid Violet. HEX triplet: 77, 42 and 94. RGB value is (119,66,148). Sum of RGB (Red+Green+Blue) = 119+66+148=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #774294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774294 is #88BD6B. Grayscale: #5A5A5A. Windows color (decimal): -8961388 or 9716343. OLE color: 9716343.
HSL color Cylindrical-coordinate representation of color #774294: hue angle of 278.78º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #774294 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 66 | 148 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.42 |
| HSL | 278.78º | 0.38% | 0.42% | - |
| HSV(B) | 278.78º | 0.55% | 0.58% | - |
| XYZ | 14.9 | 9.96 | 29.15 | - |
| YUV | 91.2 | 160.06 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 148 | 0.20 | 0.55 | 0 | 0.42 | 278.78 | 0.38 | 0.42 |
| Hex | 77 | 42 | 94 | 14 | 37 | 0 | 2A | 117 | 26 | 2A |
| Octal | 167 | 102 | 224 | 24 | 67 | 0 | 52 | 427 | 46 | 52 |
| Binary | 1110111 | 1000010 | 10010100 | 10100 | 110111 | 0 | 101010 | 100010111 | 100110 | 101010 |
Color Harmonies of #774294
Complementary color
Monochromatic Colors of #774294
Black with #774294
Text Example
Text Example
White with #774294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774294; }
p { color: rgb(119,66,148); }
H1.HeaderClassName
{
color: #774294;
}
.AnyTagClassName
{
color: #774294;
}
</style>
background-color css
<style>
a { background-color: #774294; }
a { background-color: rgb(119,66,148); }
div.DivClassName
{
background-color: #774294;
}
.BgClassName
{
background-color: #774294;
}
</style>
border-color css
<style>
span { border-color: #774294; }
span { border-color: rgb(119,66,148); }
td.TdClassName
{
border-color: #774294;
}
.TagClassName
{
border-color: #774294;
}
</style>