Shades of Blue Violet #763EDA
Tints of Blue Violet #763EDA
RGB
CMYK
RGB Variations
Color information
#763EDA (or 0x763EDA) is known color: Blue Violet. HEX triplet: 76, 3E and DA. RGB value is (118,62,218). Sum of RGB (Red+Green+Blue) = 118+62+218=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #763EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763EDA is #89C125. Grayscale: #5F5F5F. Windows color (decimal): -9027878 or 14302838. OLE color: 14302838.
HSL color Cylindrical-coordinate representation of color #763EDA: hue angle of 261.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #763EDA is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 62 | 218 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.15 |
| HSL | 261.54º | 0.68% | 0.55% | - |
| HSV(B) | 261.54º | 0.72% | 0.85% | - |
| XYZ | 21.85 | 12.36 | 67.56 | - |
| YUV | 96.53 | 196.55 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 218 | 0.46 | 0.72 | 0 | 0.15 | 261.54 | 0.68 | 0.55 |
| Hex | 76 | 3E | DA | 2E | 48 | 0 | F | 106 | 44 | 37 |
| Octal | 166 | 76 | 332 | 56 | 110 | 0 | 17 | 406 | 104 | 67 |
| Binary | 1110110 | 111110 | 11011010 | 101110 | 1001000 | 0 | 1111 | 100000110 | 1000100 | 110111 |
Color Harmonies of #763EDA
Complementary color
Monochromatic Colors of #763EDA
Black with #763EDA
Text Example
Text Example
White with #763EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763EDA; }
p { color: rgb(118,62,218); }
H1.HeaderClassName
{
color: #763EDA;
}
.AnyTagClassName
{
color: #763EDA;
}
</style>
background-color css
<style>
a { background-color: #763EDA; }
a { background-color: rgb(118,62,218); }
div.DivClassName
{
background-color: #763EDA;
}
.BgClassName
{
background-color: #763EDA;
}
</style>
border-color css
<style>
span { border-color: #763EDA; }
span { border-color: rgb(118,62,218); }
td.TdClassName
{
border-color: #763EDA;
}
.TagClassName
{
border-color: #763EDA;
}
</style>