Shades of Vivid Violet #763185
Tints of Vivid Violet #763185
RGB
CMYK
RGB Variations
Color information
#763185 (or 0x763185) is known color: Vivid Violet. HEX triplet: 76, 31 and 85. RGB value is (118,49,133). Sum of RGB (Red+Green+Blue) = 118+49+133=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #763185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763185 is #89CE7A. Grayscale: #4E4E4E. Windows color (decimal): -9031291 or 8728950. OLE color: 8728950.
HSL color Cylindrical-coordinate representation of color #763185: hue angle of 289.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #763185 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 49 | 133 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.48 |
| HSL | 289.29º | 0.46% | 0.36% | - |
| HSV(B) | 289.29º | 0.63% | 0.52% | - |
| XYZ | 12.8 | 7.74 | 23.01 | - |
| YUV | 79.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 133 | 0.11 | 0.63 | 0 | 0.48 | 289.29 | 0.46 | 0.36 |
| Hex | 76 | 31 | 85 | B | 3F | 0 | 30 | 121 | 2E | 24 |
| Octal | 166 | 61 | 205 | 13 | 77 | 0 | 60 | 441 | 56 | 44 |
| Binary | 1110110 | 110001 | 10000101 | 1011 | 111111 | 0 | 110000 | 100100001 | 101110 | 100100 |
Color Harmonies of #763185
Complementary color
Monochromatic Colors of #763185
Black with #763185
Text Example
Text Example
White with #763185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763185; }
p { color: rgb(118,49,133); }
H1.HeaderClassName
{
color: #763185;
}
.AnyTagClassName
{
color: #763185;
}
</style>
background-color css
<style>
a { background-color: #763185; }
a { background-color: rgb(118,49,133); }
div.DivClassName
{
background-color: #763185;
}
.BgClassName
{
background-color: #763185;
}
</style>
border-color css
<style>
span { border-color: #763185; }
span { border-color: rgb(118,49,133); }
td.TdClassName
{
border-color: #763185;
}
.TagClassName
{
border-color: #763185;
}
</style>