Shades of Vivid Violet #762086
Tints of Vivid Violet #762086
RGB
CMYK
RGB Variations
Color information
#762086 (or 0x762086) is known color: Vivid Violet. HEX triplet: 76, 20 and 86. RGB value is (118,32,134). Sum of RGB (Red+Green+Blue) = 118+32+134=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 134 - color contains mainly: blue. Hex color #762086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762086 is #89DF79. Grayscale: #454545. Windows color (decimal): -9035642 or 8790134. OLE color: 8790134.
HSL color Cylindrical-coordinate representation of color #762086: hue angle of 290.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762086 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 32 | 134 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.47 |
| HSL | 290.59º | 0.61% | 0.33% | - |
| HSV(B) | 290.59º | 0.76% | 0.53% | - |
| XYZ | 12.29 | 6.61 | 23.18 | - |
| YUV | 69.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 134 | 0.12 | 0.76 | 0 | 0.47 | 290.59 | 0.61 | 0.33 |
| Hex | 76 | 20 | 86 | C | 4C | 0 | 2F | 123 | 3D | 21 |
| Octal | 166 | 40 | 206 | 14 | 114 | 0 | 57 | 443 | 75 | 41 |
| Binary | 1110110 | 100000 | 10000110 | 1100 | 1001100 | 0 | 101111 | 100100011 | 111101 | 100001 |
Color Harmonies of #762086
Complementary color
Monochromatic Colors of #762086
Black with #762086
Text Example
Text Example
White with #762086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762086; }
p { color: rgb(118,32,134); }
H1.HeaderClassName
{
color: #762086;
}
.AnyTagClassName
{
color: #762086;
}
</style>
background-color css
<style>
a { background-color: #762086; }
a { background-color: rgb(118,32,134); }
div.DivClassName
{
background-color: #762086;
}
.BgClassName
{
background-color: #762086;
}
</style>
border-color css
<style>
span { border-color: #762086; }
span { border-color: rgb(118,32,134); }
td.TdClassName
{
border-color: #762086;
}
.TagClassName
{
border-color: #762086;
}
</style>