Shades of Vivid Violet #761990
Tints of Vivid Violet #761990
RGB
CMYK
RGB Variations
Color information
#761990 (or 0x761990) is known color: Vivid Violet. HEX triplet: 76, 19 and 90. RGB value is (118,25,144). Sum of RGB (Red+Green+Blue) = 118+25+144=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #761990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761990 is #89E66F. Grayscale: #414141. Windows color (decimal): -9037424 or 9443702. OLE color: 9443702.
HSL color Cylindrical-coordinate representation of color #761990: hue angle of 286.89º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #761990 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 25 | 144 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.44 |
| HSL | 286.89º | 0.7% | 0.33% | - |
| HSV(B) | 286.89º | 0.83% | 0.56% | - |
| XYZ | 12.85 | 6.56 | 26.97 | - |
| YUV | 66.37 | 171.81 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 144 | 0.18 | 0.83 | 0 | 0.44 | 286.89 | 0.7 | 0.33 |
| Hex | 76 | 19 | 90 | 12 | 53 | 0 | 2C | 11F | 46 | 21 |
| Octal | 166 | 31 | 220 | 22 | 123 | 0 | 54 | 437 | 106 | 41 |
| Binary | 1110110 | 11001 | 10010000 | 10010 | 1010011 | 0 | 101100 | 100011111 | 1000110 | 100001 |
Color Harmonies of #761990
Complementary color
Monochromatic Colors of #761990
Black with #761990
Text Example
Text Example
White with #761990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761990; }
p { color: rgb(118,25,144); }
H1.HeaderClassName
{
color: #761990;
}
.AnyTagClassName
{
color: #761990;
}
</style>
background-color css
<style>
a { background-color: #761990; }
a { background-color: rgb(118,25,144); }
div.DivClassName
{
background-color: #761990;
}
.BgClassName
{
background-color: #761990;
}
</style>
border-color css
<style>
span { border-color: #761990; }
span { border-color: rgb(118,25,144); }
td.TdClassName
{
border-color: #761990;
}
.TagClassName
{
border-color: #761990;
}
</style>