Shades of Vivid Violet #762AA0
Tints of Vivid Violet #762AA0
RGB
CMYK
RGB Variations
Color information
#762AA0 (or 0x762AA0) is known color: Vivid Violet. HEX triplet: 76, 2A and A0. RGB value is (118,42,160). Sum of RGB (Red+Green+Blue) = 118+42+160=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #762AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762AA0 is #89D55F. Grayscale: #4D4D4D. Windows color (decimal): -9033056 or 10496630. OLE color: 10496630.
HSL color Cylindrical-coordinate representation of color #762AA0: hue angle of 278.64º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762AA0 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 118 | 42 | 160 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.37 |
| HSL | 278.64º | 0.58% | 0.4% | - |
| HSV(B) | 278.64º | 0.74% | 0.63% | - |
| XYZ | 14.64 | 8.05 | 34.04 | - |
| YUV | 78.18 | 174.18 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 160 | 0.26 | 0.74 | 0 | 0.37 | 278.64 | 0.58 | 0.4 |
| Hex | 76 | 2A | A0 | 1A | 4A | 0 | 25 | 117 | 3A | 28 |
| Octal | 166 | 52 | 240 | 32 | 112 | 0 | 45 | 427 | 72 | 50 |
| Binary | 1110110 | 101010 | 10100000 | 11010 | 1001010 | 0 | 100101 | 100010111 | 111010 | 101000 |
Color Harmonies of #762AA0
Complementary color
Monochromatic Colors of #762AA0
Black with #762AA0
Text Example
Text Example
White with #762AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762AA0; }
p { color: rgb(118,42,160); }
H1.HeaderClassName
{
color: #762AA0;
}
.AnyTagClassName
{
color: #762AA0;
}
</style>
background-color css
<style>
a { background-color: #762AA0; }
a { background-color: rgb(118,42,160); }
div.DivClassName
{
background-color: #762AA0;
}
.BgClassName
{
background-color: #762AA0;
}
</style>
border-color css
<style>
span { border-color: #762AA0; }
span { border-color: rgb(118,42,160); }
td.TdClassName
{
border-color: #762AA0;
}
.TagClassName
{
border-color: #762AA0;
}
</style>