Shades of Vivid Violet #762083
Tints of Vivid Violet #762083
RGB
CMYK
RGB Variations
Color information
#762083 (or 0x762083) is known color: Vivid Violet. HEX triplet: 76, 20 and 83. RGB value is (118,32,131). Sum of RGB (Red+Green+Blue) = 118+32+131=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #762083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762083 is #89DF7C. Grayscale: #444444. Windows color (decimal): -9035645 or 8593526. OLE color: 8593526.
HSL color Cylindrical-coordinate representation of color #762083: hue angle of 292.12º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762083 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 32 | 131 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.49 |
| HSL | 292.12º | 0.61% | 0.32% | - |
| HSV(B) | 292.12º | 0.76% | 0.51% | - |
| XYZ | 12.08 | 6.52 | 22.09 | - |
| YUV | 69 | 162.99 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 131 | 0.10 | 0.76 | 0 | 0.49 | 292.12 | 0.61 | 0.32 |
| Hex | 76 | 20 | 83 | A | 4C | 0 | 31 | 124 | 3D | 20 |
| Octal | 166 | 40 | 203 | 12 | 114 | 0 | 61 | 444 | 75 | 40 |
| Binary | 1110110 | 100000 | 10000011 | 1010 | 1001100 | 0 | 110001 | 100100100 | 111101 | 100000 |
Color Harmonies of #762083
Complementary color
Monochromatic Colors of #762083
Black with #762083
Text Example
Text Example
White with #762083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762083; }
p { color: rgb(118,32,131); }
H1.HeaderClassName
{
color: #762083;
}
.AnyTagClassName
{
color: #762083;
}
</style>
background-color css
<style>
a { background-color: #762083; }
a { background-color: rgb(118,32,131); }
div.DivClassName
{
background-color: #762083;
}
.BgClassName
{
background-color: #762083;
}
</style>
border-color css
<style>
span { border-color: #762083; }
span { border-color: rgb(118,32,131); }
td.TdClassName
{
border-color: #762083;
}
.TagClassName
{
border-color: #762083;
}
</style>