Shades of Vivid Violet #764091
Tints of Vivid Violet #764091
RGB
CMYK
RGB Variations
Color information
#764091 (or 0x764091) is known color: Vivid Violet. HEX triplet: 76, 40 and 91. RGB value is (118,64,145). Sum of RGB (Red+Green+Blue) = 118+64+145=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #764091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764091 is #89BF6E. Grayscale: #595959. Windows color (decimal): -9027439 or 9519222. OLE color: 9519222.
HSL color Cylindrical-coordinate representation of color #764091: hue angle of 280º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #764091 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 64 | 145 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.43 |
| HSL | 280º | 0.39% | 0.41% | - |
| HSV(B) | 280º | 0.56% | 0.57% | - |
| XYZ | 14.42 | 9.56 | 27.87 | - |
| YUV | 89.38 | 159.39 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 145 | 0.19 | 0.56 | 0 | 0.43 | 280 | 0.39 | 0.41 |
| Hex | 76 | 40 | 91 | 13 | 38 | 0 | 2B | 118 | 27 | 29 |
| Octal | 166 | 100 | 221 | 23 | 70 | 0 | 53 | 430 | 47 | 51 |
| Binary | 1110110 | 1000000 | 10010001 | 10011 | 111000 | 0 | 101011 | 100011000 | 100111 | 101001 |
Color Harmonies of #764091
Complementary color
Monochromatic Colors of #764091
Black with #764091
Text Example
Text Example
White with #764091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764091; }
p { color: rgb(118,64,145); }
H1.HeaderClassName
{
color: #764091;
}
.AnyTagClassName
{
color: #764091;
}
</style>
background-color css
<style>
a { background-color: #764091; }
a { background-color: rgb(118,64,145); }
div.DivClassName
{
background-color: #764091;
}
.BgClassName
{
background-color: #764091;
}
</style>
border-color css
<style>
span { border-color: #764091; }
span { border-color: rgb(118,64,145); }
td.TdClassName
{
border-color: #764091;
}
.TagClassName
{
border-color: #764091;
}
</style>