Shades of Vivid Violet #762F91
Tints of Vivid Violet #762F91
RGB
CMYK
RGB Variations
Color information
#762F91 (or 0x762F91) is known color: Vivid Violet. HEX triplet: 76, 2F and 91. RGB value is (118,47,145). Sum of RGB (Red+Green+Blue) = 118+47+145=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 145 - color contains mainly: blue. Hex color #762F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762F91 is #89D06E. Grayscale: #4F4F4F. Windows color (decimal): -9031791 or 9514870. OLE color: 9514870.
HSL color Cylindrical-coordinate representation of color #762F91: hue angle of 283.47º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #762F91 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 47 | 145 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.43 |
| HSL | 283.47º | 0.51% | 0.38% | - |
| HSV(B) | 283.47º | 0.68% | 0.57% | - |
| XYZ | 13.6 | 7.93 | 27.6 | - |
| YUV | 79.4 | 165.02 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 145 | 0.19 | 0.68 | 0 | 0.43 | 283.47 | 0.51 | 0.38 |
| Hex | 76 | 2F | 91 | 13 | 44 | 0 | 2B | 11B | 33 | 26 |
| Octal | 166 | 57 | 221 | 23 | 104 | 0 | 53 | 433 | 63 | 46 |
| Binary | 1110110 | 101111 | 10010001 | 10011 | 1000100 | 0 | 101011 | 100011011 | 110011 | 100110 |
Color Harmonies of #762F91
Complementary color
Monochromatic Colors of #762F91
Black with #762F91
Text Example
Text Example
White with #762F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F91; }
p { color: rgb(118,47,145); }
H1.HeaderClassName
{
color: #762F91;
}
.AnyTagClassName
{
color: #762F91;
}
</style>
background-color css
<style>
a { background-color: #762F91; }
a { background-color: rgb(118,47,145); }
div.DivClassName
{
background-color: #762F91;
}
.BgClassName
{
background-color: #762F91;
}
</style>
border-color css
<style>
span { border-color: #762F91; }
span { border-color: rgb(118,47,145); }
td.TdClassName
{
border-color: #762F91;
}
.TagClassName
{
border-color: #762F91;
}
</style>