Shades of Vivid Violet #763485
Tints of Vivid Violet #763485
RGB
CMYK
RGB Variations
Color information
#763485 (or 0x763485) is known color: Vivid Violet. HEX triplet: 76, 34 and 85. RGB value is (118,52,133). Sum of RGB (Red+Green+Blue) = 118+52+133=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #763485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763485 is #89CB7A. Grayscale: #505050. Windows color (decimal): -9030523 or 8729718. OLE color: 8729718.
HSL color Cylindrical-coordinate representation of color #763485: hue angle of 288.89º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #763485 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 52 | 133 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.48 |
| HSL | 288.89º | 0.44% | 0.36% | - |
| HSV(B) | 288.89º | 0.61% | 0.52% | - |
| XYZ | 12.93 | 8 | 23.05 | - |
| YUV | 80.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 133 | 0.11 | 0.61 | 0 | 0.48 | 288.89 | 0.44 | 0.36 |
| Hex | 76 | 34 | 85 | B | 3D | 0 | 30 | 121 | 2C | 24 |
| Octal | 166 | 64 | 205 | 13 | 75 | 0 | 60 | 441 | 54 | 44 |
| Binary | 1110110 | 110100 | 10000101 | 1011 | 111101 | 0 | 110000 | 100100001 | 101100 | 100100 |
Color Harmonies of #763485
Complementary color
Monochromatic Colors of #763485
Black with #763485
Text Example
Text Example
White with #763485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763485; }
p { color: rgb(118,52,133); }
H1.HeaderClassName
{
color: #763485;
}
.AnyTagClassName
{
color: #763485;
}
</style>
background-color css
<style>
a { background-color: #763485; }
a { background-color: rgb(118,52,133); }
div.DivClassName
{
background-color: #763485;
}
.BgClassName
{
background-color: #763485;
}
</style>
border-color css
<style>
span { border-color: #763485; }
span { border-color: rgb(118,52,133); }
td.TdClassName
{
border-color: #763485;
}
.TagClassName
{
border-color: #763485;
}
</style>