Shades of Vivid Violet #763889
Tints of Vivid Violet #763889
RGB
CMYK
RGB Variations
Color information
#763889 (or 0x763889) is known color: Vivid Violet. HEX triplet: 76, 38 and 89. RGB value is (118,56,137). Sum of RGB (Red+Green+Blue) = 118+56+137=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #763889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763889 is #89C776. Grayscale: #535353. Windows color (decimal): -9029495 or 8992886. OLE color: 8992886.
HSL color Cylindrical-coordinate representation of color #763889: hue angle of 285.93º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #763889 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 56 | 137 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.46 |
| HSL | 285.93º | 0.42% | 0.38% | - |
| HSV(B) | 285.93º | 0.59% | 0.54% | - |
| XYZ | 13.4 | 8.49 | 24.6 | - |
| YUV | 83.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 137 | 0.14 | 0.59 | 0 | 0.46 | 285.93 | 0.42 | 0.38 |
| Hex | 76 | 38 | 89 | E | 3B | 0 | 2E | 11E | 2A | 26 |
| Octal | 166 | 70 | 211 | 16 | 73 | 0 | 56 | 436 | 52 | 46 |
| Binary | 1110110 | 111000 | 10001001 | 1110 | 111011 | 0 | 101110 | 100011110 | 101010 | 100110 |
Color Harmonies of #763889
Complementary color
Monochromatic Colors of #763889
Black with #763889
Text Example
Text Example
White with #763889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763889; }
p { color: rgb(118,56,137); }
H1.HeaderClassName
{
color: #763889;
}
.AnyTagClassName
{
color: #763889;
}
</style>
background-color css
<style>
a { background-color: #763889; }
a { background-color: rgb(118,56,137); }
div.DivClassName
{
background-color: #763889;
}
.BgClassName
{
background-color: #763889;
}
</style>
border-color css
<style>
span { border-color: #763889; }
span { border-color: rgb(118,56,137); }
td.TdClassName
{
border-color: #763889;
}
.TagClassName
{
border-color: #763889;
}
</style>