Shades of Blue Violet #763DEC
Tints of Blue Violet #763DEC
RGB
CMYK
RGB Variations
Color information
#763DEC (or 0x763DEC) is known color: Blue Violet. HEX triplet: 76, 3D and EC. RGB value is (118,61,236). Sum of RGB (Red+Green+Blue) = 118+61+236=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #763DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763DEC is #89C213. Grayscale: #616161. Windows color (decimal): -9028116 or 15482230. OLE color: 15482230.
HSL color Cylindrical-coordinate representation of color #763DEC: hue angle of 259.54º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #763DEC is Cyan = 0.5, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 61 | 236 | - |
| CMYK | 0.5 | 0.74 | 0 | 0.07 |
| HSL | 259.54º | 0.82% | 0.58% | - |
| HSV(B) | 259.54º | 0.74% | 0.93% | - |
| XYZ | 24.28 | 13.25 | 80.63 | - |
| YUV | 97.99 | 205.88 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 236 | 0.5 | 0.74 | 0 | 0.07 | 259.54 | 0.82 | 0.58 |
| Hex | 76 | 3D | EC | 32 | 4A | 0 | 7 | 104 | 52 | 3A |
| Octal | 166 | 75 | 354 | 62 | 112 | 0 | 7 | 404 | 122 | 72 |
| Binary | 1110110 | 111101 | 11101100 | 110010 | 1001010 | 0 | 111 | 100000100 | 1010010 | 111010 |
Color Harmonies of #763DEC
Complementary color
Monochromatic Colors of #763DEC
Black with #763DEC
Text Example
Text Example
White with #763DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763DEC; }
p { color: rgb(118,61,236); }
H1.HeaderClassName
{
color: #763DEC;
}
.AnyTagClassName
{
color: #763DEC;
}
</style>
background-color css
<style>
a { background-color: #763DEC; }
a { background-color: rgb(118,61,236); }
div.DivClassName
{
background-color: #763DEC;
}
.BgClassName
{
background-color: #763DEC;
}
</style>
border-color css
<style>
span { border-color: #763DEC; }
span { border-color: rgb(118,61,236); }
td.TdClassName
{
border-color: #763DEC;
}
.TagClassName
{
border-color: #763DEC;
}
</style>