Shades of Vivid Violet #762189
Tints of Vivid Violet #762189
RGB
CMYK
RGB Variations
Color information
#762189 (or 0x762189) is known color: Vivid Violet. HEX triplet: 76, 21 and 89. RGB value is (118,33,137). Sum of RGB (Red+Green+Blue) = 118+33+137=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #762189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762189 is #89DE76. Grayscale: #454545. Windows color (decimal): -9035383 or 8986998. OLE color: 8986998.
HSL color Cylindrical-coordinate representation of color #762189: hue angle of 289.04º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762189 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 33 | 137 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.46 |
| HSL | 289.04º | 0.61% | 0.33% | - |
| HSV(B) | 289.04º | 0.76% | 0.54% | - |
| XYZ | 12.53 | 6.75 | 24.31 | - |
| YUV | 70.27 | 165.66 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 137 | 0.14 | 0.76 | 0 | 0.46 | 289.04 | 0.61 | 0.33 |
| Hex | 76 | 21 | 89 | E | 4C | 0 | 2E | 121 | 3D | 21 |
| Octal | 166 | 41 | 211 | 16 | 114 | 0 | 56 | 441 | 75 | 41 |
| Binary | 1110110 | 100001 | 10001001 | 1110 | 1001100 | 0 | 101110 | 100100001 | 111101 | 100001 |
Color Harmonies of #762189
Complementary color
Monochromatic Colors of #762189
Black with #762189
Text Example
Text Example
White with #762189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762189; }
p { color: rgb(118,33,137); }
H1.HeaderClassName
{
color: #762189;
}
.AnyTagClassName
{
color: #762189;
}
</style>
background-color css
<style>
a { background-color: #762189; }
a { background-color: rgb(118,33,137); }
div.DivClassName
{
background-color: #762189;
}
.BgClassName
{
background-color: #762189;
}
</style>
border-color css
<style>
span { border-color: #762189; }
span { border-color: rgb(118,33,137); }
td.TdClassName
{
border-color: #762189;
}
.TagClassName
{
border-color: #762189;
}
</style>