Shades of Vivid Violet #762C94
Tints of Vivid Violet #762C94
RGB
CMYK
RGB Variations
Color information
#762C94 (or 0x762C94) is known color: Vivid Violet. HEX triplet: 76, 2C and 94. RGB value is (118,44,148). Sum of RGB (Red+Green+Blue) = 118+44+148=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #762C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762C94 is #89D36B. Grayscale: #4D4D4D. Windows color (decimal): -9032556 or 9710710. OLE color: 9710710.
HSL color Cylindrical-coordinate representation of color #762C94: hue angle of 282.69º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762C94 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 44 | 148 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.42 |
| HSL | 282.69º | 0.54% | 0.38% | - |
| HSV(B) | 282.69º | 0.7% | 0.58% | - |
| XYZ | 13.72 | 7.79 | 28.8 | - |
| YUV | 77.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 148 | 0.20 | 0.70 | 0 | 0.42 | 282.69 | 0.54 | 0.38 |
| Hex | 76 | 2C | 94 | 14 | 46 | 0 | 2A | 11B | 36 | 26 |
| Octal | 166 | 54 | 224 | 24 | 106 | 0 | 52 | 433 | 66 | 46 |
| Binary | 1110110 | 101100 | 10010100 | 10100 | 1000110 | 0 | 101010 | 100011011 | 110110 | 100110 |
Color Harmonies of #762C94
Complementary color
Monochromatic Colors of #762C94
Black with #762C94
Text Example
Text Example
White with #762C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C94; }
p { color: rgb(118,44,148); }
H1.HeaderClassName
{
color: #762C94;
}
.AnyTagClassName
{
color: #762C94;
}
</style>
background-color css
<style>
a { background-color: #762C94; }
a { background-color: rgb(118,44,148); }
div.DivClassName
{
background-color: #762C94;
}
.BgClassName
{
background-color: #762C94;
}
</style>
border-color css
<style>
span { border-color: #762C94; }
span { border-color: rgb(118,44,148); }
td.TdClassName
{
border-color: #762C94;
}
.TagClassName
{
border-color: #762C94;
}
</style>