Shades of Blue Violet #763FDA
Tints of Blue Violet #763FDA
RGB
CMYK
RGB Variations
Color information
#763FDA (or 0x763FDA) is known color: Blue Violet. HEX triplet: 76, 3F and DA. RGB value is (118,63,218). Sum of RGB (Red+Green+Blue) = 118+63+218=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #763FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763FDA is #89C025. Grayscale: #606060. Windows color (decimal): -9027622 or 14303094. OLE color: 14303094.
HSL color Cylindrical-coordinate representation of color #763FDA: hue angle of 261.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #763FDA is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 63 | 218 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.15 |
| HSL | 261.29º | 0.68% | 0.55% | - |
| HSV(B) | 261.29º | 0.71% | 0.85% | - |
| XYZ | 21.9 | 12.47 | 67.58 | - |
| YUV | 97.12 | 196.22 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 218 | 0.46 | 0.71 | 0 | 0.15 | 261.29 | 0.68 | 0.55 |
| Hex | 76 | 3F | DA | 2E | 47 | 0 | F | 105 | 44 | 37 |
| Octal | 166 | 77 | 332 | 56 | 107 | 0 | 17 | 405 | 104 | 67 |
| Binary | 1110110 | 111111 | 11011010 | 101110 | 1000111 | 0 | 1111 | 100000101 | 1000100 | 110111 |
Color Harmonies of #763FDA
Complementary color
Monochromatic Colors of #763FDA
Black with #763FDA
Text Example
Text Example
White with #763FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763FDA; }
p { color: rgb(118,63,218); }
H1.HeaderClassName
{
color: #763FDA;
}
.AnyTagClassName
{
color: #763FDA;
}
</style>
background-color css
<style>
a { background-color: #763FDA; }
a { background-color: rgb(118,63,218); }
div.DivClassName
{
background-color: #763FDA;
}
.BgClassName
{
background-color: #763FDA;
}
</style>
border-color css
<style>
span { border-color: #763FDA; }
span { border-color: rgb(118,63,218); }
td.TdClassName
{
border-color: #763FDA;
}
.TagClassName
{
border-color: #763FDA;
}
</style>