Shades of Vivid Violet #763785
Tints of Vivid Violet #763785
RGB
CMYK
RGB Variations
Color information
#763785 (or 0x763785) is known color: Vivid Violet. HEX triplet: 76, 37 and 85. RGB value is (118,55,133). Sum of RGB (Red+Green+Blue) = 118+55+133=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #763785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763785 is #89C87A. Grayscale: #525252. Windows color (decimal): -9029755 or 8730486. OLE color: 8730486.
HSL color Cylindrical-coordinate representation of color #763785: hue angle of 288.46º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763785 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 55 | 133 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.48 |
| HSL | 288.46º | 0.41% | 0.37% | - |
| HSV(B) | 288.46º | 0.59% | 0.52% | - |
| XYZ | 13.07 | 8.28 | 23.1 | - |
| YUV | 82.73 | 156.37 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 133 | 0.11 | 0.59 | 0 | 0.48 | 288.46 | 0.41 | 0.37 |
| Hex | 76 | 37 | 85 | B | 3B | 0 | 30 | 120 | 29 | 25 |
| Octal | 166 | 67 | 205 | 13 | 73 | 0 | 60 | 440 | 51 | 45 |
| Binary | 1110110 | 110111 | 10000101 | 1011 | 111011 | 0 | 110000 | 100100000 | 101001 | 100101 |
Color Harmonies of #763785
Complementary color
Monochromatic Colors of #763785
Black with #763785
Text Example
Text Example
White with #763785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763785; }
p { color: rgb(118,55,133); }
H1.HeaderClassName
{
color: #763785;
}
.AnyTagClassName
{
color: #763785;
}
</style>
background-color css
<style>
a { background-color: #763785; }
a { background-color: rgb(118,55,133); }
div.DivClassName
{
background-color: #763785;
}
.BgClassName
{
background-color: #763785;
}
</style>
border-color css
<style>
span { border-color: #763785; }
span { border-color: rgb(118,55,133); }
td.TdClassName
{
border-color: #763785;
}
.TagClassName
{
border-color: #763785;
}
</style>