Shades of Vivid Violet #762D93
Tints of Vivid Violet #762D93
RGB
CMYK
RGB Variations
Color information
#762D93 (or 0x762D93) is known color: Vivid Violet. HEX triplet: 76, 2D and 93. RGB value is (118,45,147). Sum of RGB (Red+Green+Blue) = 118+45+147=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #762D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762D93 is #89D26C. Grayscale: #4E4E4E. Windows color (decimal): -9032301 or 9645430. OLE color: 9645430.
HSL color Cylindrical-coordinate representation of color #762D93: hue angle of 282.94º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762D93 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 45 | 147 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.42 |
| HSL | 282.94º | 0.53% | 0.38% | - |
| HSV(B) | 282.94º | 0.69% | 0.58% | - |
| XYZ | 13.68 | 7.83 | 28.4 | - |
| YUV | 78.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 147 | 0.20 | 0.69 | 0 | 0.42 | 282.94 | 0.53 | 0.38 |
| Hex | 76 | 2D | 93 | 14 | 45 | 0 | 2A | 11B | 35 | 26 |
| Octal | 166 | 55 | 223 | 24 | 105 | 0 | 52 | 433 | 65 | 46 |
| Binary | 1110110 | 101101 | 10010011 | 10100 | 1000101 | 0 | 101010 | 100011011 | 110101 | 100110 |
Color Harmonies of #762D93
Complementary color
Monochromatic Colors of #762D93
Black with #762D93
Text Example
Text Example
White with #762D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762D93; }
p { color: rgb(118,45,147); }
H1.HeaderClassName
{
color: #762D93;
}
.AnyTagClassName
{
color: #762D93;
}
</style>
background-color css
<style>
a { background-color: #762D93; }
a { background-color: rgb(118,45,147); }
div.DivClassName
{
background-color: #762D93;
}
.BgClassName
{
background-color: #762D93;
}
</style>
border-color css
<style>
span { border-color: #762D93; }
span { border-color: rgb(118,45,147); }
td.TdClassName
{
border-color: #762D93;
}
.TagClassName
{
border-color: #762D93;
}
</style>