Shades of Vivid Violet #762685
Tints of Vivid Violet #762685
RGB
CMYK
RGB Variations
Color information
#762685 (or 0x762685) is known color: Vivid Violet. HEX triplet: 76, 26 and 85. RGB value is (118,38,133). Sum of RGB (Red+Green+Blue) = 118+38+133=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #762685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762685 is #89D97A. Grayscale: #484848. Windows color (decimal): -9034107 or 8726134. OLE color: 8726134.
HSL color Cylindrical-coordinate representation of color #762685: hue angle of 290.53º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #762685 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 38 | 133 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.48 |
| HSL | 290.53º | 0.56% | 0.34% | - |
| HSV(B) | 290.53º | 0.71% | 0.52% | - |
| XYZ | 12.4 | 6.93 | 22.87 | - |
| YUV | 72.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 133 | 0.11 | 0.71 | 0 | 0.48 | 290.53 | 0.56 | 0.34 |
| Hex | 76 | 26 | 85 | B | 47 | 0 | 30 | 123 | 38 | 22 |
| Octal | 166 | 46 | 205 | 13 | 107 | 0 | 60 | 443 | 70 | 42 |
| Binary | 1110110 | 100110 | 10000101 | 1011 | 1000111 | 0 | 110000 | 100100011 | 111000 | 100010 |
Color Harmonies of #762685
Complementary color
Monochromatic Colors of #762685
Black with #762685
Text Example
Text Example
White with #762685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762685; }
p { color: rgb(118,38,133); }
H1.HeaderClassName
{
color: #762685;
}
.AnyTagClassName
{
color: #762685;
}
</style>
background-color css
<style>
a { background-color: #762685; }
a { background-color: rgb(118,38,133); }
div.DivClassName
{
background-color: #762685;
}
.BgClassName
{
background-color: #762685;
}
</style>
border-color css
<style>
span { border-color: #762685; }
span { border-color: rgb(118,38,133); }
td.TdClassName
{
border-color: #762685;
}
.TagClassName
{
border-color: #762685;
}
</style>