Shades of Vivid Violet #762186
Tints of Vivid Violet #762186
RGB
CMYK
RGB Variations
Color information
#762186 (or 0x762186) is known color: Vivid Violet. HEX triplet: 76, 21 and 86. RGB value is (118,33,134). Sum of RGB (Red+Green+Blue) = 118+33+134=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #762186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762186 is #89DE79. Grayscale: #454545. Windows color (decimal): -9035386 or 8790390. OLE color: 8790390.
HSL color Cylindrical-coordinate representation of color #762186: hue angle of 290.5º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762186 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 33 | 134 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.47 |
| HSL | 290.5º | 0.6% | 0.33% | - |
| HSV(B) | 290.5º | 0.75% | 0.53% | - |
| XYZ | 12.32 | 6.66 | 23.19 | - |
| YUV | 69.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 134 | 0.12 | 0.75 | 0 | 0.47 | 290.5 | 0.6 | 0.33 |
| Hex | 76 | 21 | 86 | C | 4B | 0 | 2F | 122 | 3C | 21 |
| Octal | 166 | 41 | 206 | 14 | 113 | 0 | 57 | 442 | 74 | 41 |
| Binary | 1110110 | 100001 | 10000110 | 1100 | 1001011 | 0 | 101111 | 100100010 | 111100 | 100001 |
Color Harmonies of #762186
Complementary color
Monochromatic Colors of #762186
Black with #762186
Text Example
Text Example
White with #762186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762186; }
p { color: rgb(118,33,134); }
H1.HeaderClassName
{
color: #762186;
}
.AnyTagClassName
{
color: #762186;
}
</style>
background-color css
<style>
a { background-color: #762186; }
a { background-color: rgb(118,33,134); }
div.DivClassName
{
background-color: #762186;
}
.BgClassName
{
background-color: #762186;
}
</style>
border-color css
<style>
span { border-color: #762186; }
span { border-color: rgb(118,33,134); }
td.TdClassName
{
border-color: #762186;
}
.TagClassName
{
border-color: #762186;
}
</style>