Shades of Vivid Violet #763182
Tints of Vivid Violet #763182
RGB
CMYK
RGB Variations
Color information
#763182 (or 0x763182) is known color: Vivid Violet. HEX triplet: 76, 31 and 82. RGB value is (118,49,130). Sum of RGB (Red+Green+Blue) = 118+49+130=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #763182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763182 is #89CE7D. Grayscale: #4E4E4E. Windows color (decimal): -9031294 or 8532342. OLE color: 8532342.
HSL color Cylindrical-coordinate representation of color #763182: hue angle of 291.11º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #763182 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 49 | 130 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.49 |
| HSL | 291.11º | 0.45% | 0.35% | - |
| HSV(B) | 291.11º | 0.62% | 0.51% | - |
| XYZ | 12.6 | 7.66 | 21.93 | - |
| YUV | 78.87 | 156.86 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 130 | 0.09 | 0.62 | 0 | 0.49 | 291.11 | 0.45 | 0.35 |
| Hex | 76 | 31 | 82 | 9 | 3E | 0 | 31 | 123 | 2D | 23 |
| Octal | 166 | 61 | 202 | 11 | 76 | 0 | 61 | 443 | 55 | 43 |
| Binary | 1110110 | 110001 | 10000010 | 1001 | 111110 | 0 | 110001 | 100100011 | 101101 | 100011 |
Color Harmonies of #763182
Complementary color
Monochromatic Colors of #763182
Black with #763182
Text Example
Text Example
White with #763182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763182; }
p { color: rgb(118,49,130); }
H1.HeaderClassName
{
color: #763182;
}
.AnyTagClassName
{
color: #763182;
}
</style>
background-color css
<style>
a { background-color: #763182; }
a { background-color: rgb(118,49,130); }
div.DivClassName
{
background-color: #763182;
}
.BgClassName
{
background-color: #763182;
}
</style>
border-color css
<style>
span { border-color: #763182; }
span { border-color: rgb(118,49,130); }
td.TdClassName
{
border-color: #763182;
}
.TagClassName
{
border-color: #763182;
}
</style>