Shades of Blue Violet #763EE7
Tints of Blue Violet #763EE7
RGB
CMYK
RGB Variations
Color information
#763EE7 (or 0x763EE7) is known color: Blue Violet. HEX triplet: 76, 3E and E7. RGB value is (118,62,231). Sum of RGB (Red+Green+Blue) = 118+62+231=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 231 (90.62% from 255 or 56.20% from 411); Max value from RGB is 231 - color contains mainly: blue. Hex color #763EE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763EE7 is #89C118. Grayscale: #616161. Windows color (decimal): -9027865 or 15154806. OLE color: 15154806.
HSL color Cylindrical-coordinate representation of color #763EE7: hue angle of 259.88º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #763EE7 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 62 | 231 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.09 |
| HSL | 259.88º | 0.78% | 0.57% | - |
| HSV(B) | 259.88º | 0.73% | 0.91% | - |
| XYZ | 23.62 | 13.07 | 76.88 | - |
| YUV | 98.01 | 203.05 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 231 | 0.49 | 0.73 | 0 | 0.09 | 259.88 | 0.78 | 0.57 |
| Hex | 76 | 3E | E7 | 31 | 49 | 0 | 9 | 104 | 4E | 39 |
| Octal | 166 | 76 | 347 | 61 | 111 | 0 | 11 | 404 | 116 | 71 |
| Binary | 1110110 | 111110 | 11100111 | 110001 | 1001001 | 0 | 1001 | 100000100 | 1001110 | 111001 |
Color Harmonies of #763EE7
Complementary color
Monochromatic Colors of #763EE7
Black with #763EE7
Text Example
Text Example
White with #763EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763EE7; }
p { color: rgb(118,62,231); }
H1.HeaderClassName
{
color: #763EE7;
}
.AnyTagClassName
{
color: #763EE7;
}
</style>
background-color css
<style>
a { background-color: #763EE7; }
a { background-color: rgb(118,62,231); }
div.DivClassName
{
background-color: #763EE7;
}
.BgClassName
{
background-color: #763EE7;
}
</style>
border-color css
<style>
span { border-color: #763EE7; }
span { border-color: rgb(118,62,231); }
td.TdClassName
{
border-color: #763EE7;
}
.TagClassName
{
border-color: #763EE7;
}
</style>