Shades of Vivid Violet #763082
Tints of Vivid Violet #763082
RGB
CMYK
RGB Variations
Color information
#763082 (or 0x763082) is known color: Vivid Violet. HEX triplet: 76, 30 and 82. RGB value is (118,48,130). Sum of RGB (Red+Green+Blue) = 118+48+130=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #763082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763082 is #89CF7D. Grayscale: #4E4E4E. Windows color (decimal): -9031550 or 8532086. OLE color: 8532086.
HSL color Cylindrical-coordinate representation of color #763082: hue angle of 291.22º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #763082 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 48 | 130 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.49 |
| HSL | 291.22º | 0.46% | 0.35% | - |
| HSV(B) | 291.22º | 0.63% | 0.51% | - |
| XYZ | 12.56 | 7.58 | 21.92 | - |
| YUV | 78.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 48 | 130 | 0.09 | 0.63 | 0 | 0.49 | 291.22 | 0.46 | 0.35 |
| Hex | 76 | 30 | 82 | 9 | 3F | 0 | 31 | 123 | 2E | 23 |
| Octal | 166 | 60 | 202 | 11 | 77 | 0 | 61 | 443 | 56 | 43 |
| Binary | 1110110 | 110000 | 10000010 | 1001 | 111111 | 0 | 110001 | 100100011 | 101110 | 100011 |
Color Harmonies of #763082
Complementary color
Monochromatic Colors of #763082
Black with #763082
Text Example
Text Example
White with #763082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763082; }
p { color: rgb(118,48,130); }
H1.HeaderClassName
{
color: #763082;
}
.AnyTagClassName
{
color: #763082;
}
</style>
background-color css
<style>
a { background-color: #763082; }
a { background-color: rgb(118,48,130); }
div.DivClassName
{
background-color: #763082;
}
.BgClassName
{
background-color: #763082;
}
</style>
border-color css
<style>
span { border-color: #763082; }
span { border-color: rgb(118,48,130); }
td.TdClassName
{
border-color: #763082;
}
.TagClassName
{
border-color: #763082;
}
</style>