Shades of Vivid Violet #763083
Tints of Vivid Violet #763083
RGB
CMYK
RGB Variations
Color information
#763083 (or 0x763083) is known color: Vivid Violet. HEX triplet: 76, 30 and 83. RGB value is (118,48,131). Sum of RGB (Red+Green+Blue) = 118+48+131=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #763083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763083 is #89CF7C. Grayscale: #4E4E4E. Windows color (decimal): -9031549 or 8597622. OLE color: 8597622.
HSL color Cylindrical-coordinate representation of color #763083: hue angle of 290.6º 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 #763083 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 48 | 131 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.49 |
| HSL | 290.6º | 0.46% | 0.35% | - |
| HSV(B) | 290.6º | 0.63% | 0.51% | - |
| XYZ | 12.62 | 7.6 | 22.28 | - |
| YUV | 78.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 48 | 131 | 0.10 | 0.63 | 0 | 0.49 | 290.6 | 0.46 | 0.35 |
| Hex | 76 | 30 | 83 | A | 3F | 0 | 31 | 123 | 2E | 23 |
| Octal | 166 | 60 | 203 | 12 | 77 | 0 | 61 | 443 | 56 | 43 |
| Binary | 1110110 | 110000 | 10000011 | 1010 | 111111 | 0 | 110001 | 100100011 | 101110 | 100011 |
Color Harmonies of #763083
Complementary color
Monochromatic Colors of #763083
Black with #763083
Text Example
Text Example
White with #763083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763083; }
p { color: rgb(118,48,131); }
H1.HeaderClassName
{
color: #763083;
}
.AnyTagClassName
{
color: #763083;
}
</style>
background-color css
<style>
a { background-color: #763083; }
a { background-color: rgb(118,48,131); }
div.DivClassName
{
background-color: #763083;
}
.BgClassName
{
background-color: #763083;
}
</style>
border-color css
<style>
span { border-color: #763083; }
span { border-color: rgb(118,48,131); }
td.TdClassName
{
border-color: #763083;
}
.TagClassName
{
border-color: #763083;
}
</style>