Shades of Vivid Violet #762C90
Tints of Vivid Violet #762C90
RGB
CMYK
RGB Variations
Color information
#762C90 (or 0x762C90) is known color: Vivid Violet. HEX triplet: 76, 2C and 90. RGB value is (118,44,144). Sum of RGB (Red+Green+Blue) = 118+44+144=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #762C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762C90 is #89D36F. Grayscale: #4D4D4D. Windows color (decimal): -9032560 or 9448566. OLE color: 9448566.
HSL color Cylindrical-coordinate representation of color #762C90: hue angle of 284.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762C90 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 44 | 144 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.44 |
| HSL | 284.4º | 0.53% | 0.37% | - |
| HSV(B) | 284.4º | 0.69% | 0.56% | - |
| XYZ | 13.41 | 7.67 | 27.16 | - |
| YUV | 77.53 | 165.52 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 144 | 0.18 | 0.69 | 0 | 0.44 | 284.4 | 0.53 | 0.37 |
| Hex | 76 | 2C | 90 | 12 | 45 | 0 | 2C | 11C | 35 | 25 |
| Octal | 166 | 54 | 220 | 22 | 105 | 0 | 54 | 434 | 65 | 45 |
| Binary | 1110110 | 101100 | 10010000 | 10010 | 1000101 | 0 | 101100 | 100011100 | 110101 | 100101 |
Color Harmonies of #762C90
Complementary color
Monochromatic Colors of #762C90
Black with #762C90
Text Example
Text Example
White with #762C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C90; }
p { color: rgb(118,44,144); }
H1.HeaderClassName
{
color: #762C90;
}
.AnyTagClassName
{
color: #762C90;
}
</style>
background-color css
<style>
a { background-color: #762C90; }
a { background-color: rgb(118,44,144); }
div.DivClassName
{
background-color: #762C90;
}
.BgClassName
{
background-color: #762C90;
}
</style>
border-color css
<style>
span { border-color: #762C90; }
span { border-color: rgb(118,44,144); }
td.TdClassName
{
border-color: #762C90;
}
.TagClassName
{
border-color: #762C90;
}
</style>