Shades of Vivid Violet #763799
Tints of Vivid Violet #763799
RGB
CMYK
RGB Variations
Color information
#763799 (or 0x763799) is known color: Vivid Violet. HEX triplet: 76, 37 and 99. RGB value is (118,55,153). Sum of RGB (Red+Green+Blue) = 118+55+153=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #763799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763799 is #89C866. Grayscale: #545454. Windows color (decimal): -9029735 or 10041206. OLE color: 10041206.
HSL color Cylindrical-coordinate representation of color #763799: hue angle of 278.57º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #763799 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 55 | 153 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.4 |
| HSL | 278.57º | 0.47% | 0.41% | - |
| HSV(B) | 278.57º | 0.64% | 0.6% | - |
| XYZ | 14.59 | 8.88 | 31.08 | - |
| YUV | 85.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 153 | 0.23 | 0.64 | 0 | 0.4 | 278.57 | 0.47 | 0.41 |
| Hex | 76 | 37 | 99 | 17 | 40 | 0 | 28 | 117 | 2F | 29 |
| Octal | 166 | 67 | 231 | 27 | 100 | 0 | 50 | 427 | 57 | 51 |
| Binary | 1110110 | 110111 | 10011001 | 10111 | 1000000 | 0 | 101000 | 100010111 | 101111 | 101001 |
Color Harmonies of #763799
Complementary color
Monochromatic Colors of #763799
Black with #763799
Text Example
Text Example
White with #763799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763799; }
p { color: rgb(118,55,153); }
H1.HeaderClassName
{
color: #763799;
}
.AnyTagClassName
{
color: #763799;
}
</style>
background-color css
<style>
a { background-color: #763799; }
a { background-color: rgb(118,55,153); }
div.DivClassName
{
background-color: #763799;
}
.BgClassName
{
background-color: #763799;
}
</style>
border-color css
<style>
span { border-color: #763799; }
span { border-color: rgb(118,55,153); }
td.TdClassName
{
border-color: #763799;
}
.TagClassName
{
border-color: #763799;
}
</style>