Shades of Vivid Violet #763289
Tints of Vivid Violet #763289
RGB
CMYK
RGB Variations
Color information
#763289 (or 0x763289) is known color: Vivid Violet. HEX triplet: 76, 32 and 89. RGB value is (118,50,137). Sum of RGB (Red+Green+Blue) = 118+50+137=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #763289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763289 is #89CD76. Grayscale: #4F4F4F. Windows color (decimal): -9031031 or 8991350. OLE color: 8991350.
HSL color Cylindrical-coordinate representation of color #763289: hue angle of 286.9º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #763289 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 50 | 137 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.46 |
| HSL | 286.9º | 0.47% | 0.37% | - |
| HSV(B) | 286.9º | 0.64% | 0.54% | - |
| XYZ | 13.13 | 7.94 | 24.51 | - |
| YUV | 80.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 137 | 0.14 | 0.64 | 0 | 0.46 | 286.9 | 0.47 | 0.37 |
| Hex | 76 | 32 | 89 | E | 40 | 0 | 2E | 11F | 2F | 25 |
| Octal | 166 | 62 | 211 | 16 | 100 | 0 | 56 | 437 | 57 | 45 |
| Binary | 1110110 | 110010 | 10001001 | 1110 | 1000000 | 0 | 101110 | 100011111 | 101111 | 100101 |
Color Harmonies of #763289
Complementary color
Monochromatic Colors of #763289
Black with #763289
Text Example
Text Example
White with #763289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763289; }
p { color: rgb(118,50,137); }
H1.HeaderClassName
{
color: #763289;
}
.AnyTagClassName
{
color: #763289;
}
</style>
background-color css
<style>
a { background-color: #763289; }
a { background-color: rgb(118,50,137); }
div.DivClassName
{
background-color: #763289;
}
.BgClassName
{
background-color: #763289;
}
</style>
border-color css
<style>
span { border-color: #763289; }
span { border-color: rgb(118,50,137); }
td.TdClassName
{
border-color: #763289;
}
.TagClassName
{
border-color: #763289;
}
</style>