Shades of Blue Violet #763EDC
Tints of Blue Violet #763EDC
RGB
CMYK
RGB Variations
Color information
#763EDC (or 0x763EDC) is known color: Blue Violet. HEX triplet: 76, 3E and DC. RGB value is (118,62,220). Sum of RGB (Red+Green+Blue) = 118+62+220=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #763EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763EDC is #89C123. Grayscale: #606060. Windows color (decimal): -9027876 or 14433910. OLE color: 14433910.
HSL color Cylindrical-coordinate representation of color #763EDC: hue angle of 261.27º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #763EDC is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 62 | 220 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.14 |
| HSL | 261.27º | 0.69% | 0.55% | - |
| HSV(B) | 261.27º | 0.72% | 0.86% | - |
| XYZ | 22.11 | 12.46 | 68.95 | - |
| YUV | 96.76 | 197.55 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 220 | 0.46 | 0.72 | 0 | 0.14 | 261.27 | 0.69 | 0.55 |
| Hex | 76 | 3E | DC | 2E | 48 | 0 | E | 105 | 45 | 37 |
| Octal | 166 | 76 | 334 | 56 | 110 | 0 | 16 | 405 | 105 | 67 |
| Binary | 1110110 | 111110 | 11011100 | 101110 | 1001000 | 0 | 1110 | 100000101 | 1000101 | 110111 |
Color Harmonies of #763EDC
Complementary color
Monochromatic Colors of #763EDC
Black with #763EDC
Text Example
Text Example
White with #763EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763EDC; }
p { color: rgb(118,62,220); }
H1.HeaderClassName
{
color: #763EDC;
}
.AnyTagClassName
{
color: #763EDC;
}
</style>
background-color css
<style>
a { background-color: #763EDC; }
a { background-color: rgb(118,62,220); }
div.DivClassName
{
background-color: #763EDC;
}
.BgClassName
{
background-color: #763EDC;
}
</style>
border-color css
<style>
span { border-color: #763EDC; }
span { border-color: rgb(118,62,220); }
td.TdClassName
{
border-color: #763EDC;
}
.TagClassName
{
border-color: #763EDC;
}
</style>