Shades of Vivid Violet #762A90
Tints of Vivid Violet #762A90
RGB
CMYK
RGB Variations
Color information
#762A90 (or 0x762A90) is known color: Vivid Violet. HEX triplet: 76, 2A and 90. RGB value is (118,42,144). Sum of RGB (Red+Green+Blue) = 118+42+144=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #762A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762A90 is #89D56F. Grayscale: #4C4C4C. Windows color (decimal): -9033072 or 9448054. OLE color: 9448054.
HSL color Cylindrical-coordinate representation of color #762A90: hue angle of 284.71º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #762A90 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 42 | 144 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.44 |
| HSL | 284.71º | 0.55% | 0.36% | - |
| HSV(B) | 284.71º | 0.71% | 0.56% | - |
| XYZ | 13.33 | 7.52 | 27.13 | - |
| YUV | 76.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 144 | 0.18 | 0.71 | 0 | 0.44 | 284.71 | 0.55 | 0.36 |
| Hex | 76 | 2A | 90 | 12 | 47 | 0 | 2C | 11D | 37 | 24 |
| Octal | 166 | 52 | 220 | 22 | 107 | 0 | 54 | 435 | 67 | 44 |
| Binary | 1110110 | 101010 | 10010000 | 10010 | 1000111 | 0 | 101100 | 100011101 | 110111 | 100100 |
Color Harmonies of #762A90
Complementary color
Monochromatic Colors of #762A90
Black with #762A90
Text Example
Text Example
White with #762A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A90; }
p { color: rgb(118,42,144); }
H1.HeaderClassName
{
color: #762A90;
}
.AnyTagClassName
{
color: #762A90;
}
</style>
background-color css
<style>
a { background-color: #762A90; }
a { background-color: rgb(118,42,144); }
div.DivClassName
{
background-color: #762A90;
}
.BgClassName
{
background-color: #762A90;
}
</style>
border-color css
<style>
span { border-color: #762A90; }
span { border-color: rgb(118,42,144); }
td.TdClassName
{
border-color: #762A90;
}
.TagClassName
{
border-color: #762A90;
}
</style>