Shades of Blue Violet #763FEC
Tints of Blue Violet #763FEC
RGB
CMYK
RGB Variations
Color information
#763FEC (or 0x763FEC) is known color: Blue Violet. HEX triplet: 76, 3F and EC. RGB value is (118,63,236). Sum of RGB (Red+Green+Blue) = 118+63+236=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #763FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763FEC is #89C013. Grayscale: #626262. Windows color (decimal): -9027604 or 15482742. OLE color: 15482742.
HSL color Cylindrical-coordinate representation of color #763FEC: hue angle of 259.08º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #763FEC is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 63 | 236 | - |
| CMYK | 0.5 | 0.73 | 0 | 0.07 |
| HSL | 259.08º | 0.82% | 0.59% | - |
| HSV(B) | 259.08º | 0.73% | 0.93% | - |
| XYZ | 24.39 | 13.46 | 80.67 | - |
| YUV | 99.17 | 205.22 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 236 | 0.5 | 0.73 | 0 | 0.07 | 259.08 | 0.82 | 0.59 |
| Hex | 76 | 3F | EC | 32 | 49 | 0 | 7 | 103 | 52 | 3B |
| Octal | 166 | 77 | 354 | 62 | 111 | 0 | 7 | 403 | 122 | 73 |
| Binary | 1110110 | 111111 | 11101100 | 110010 | 1001001 | 0 | 111 | 100000011 | 1010010 | 111011 |
Color Harmonies of #763FEC
Complementary color
Monochromatic Colors of #763FEC
Black with #763FEC
Text Example
Text Example
White with #763FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763FEC; }
p { color: rgb(118,63,236); }
H1.HeaderClassName
{
color: #763FEC;
}
.AnyTagClassName
{
color: #763FEC;
}
</style>
background-color css
<style>
a { background-color: #763FEC; }
a { background-color: rgb(118,63,236); }
div.DivClassName
{
background-color: #763FEC;
}
.BgClassName
{
background-color: #763FEC;
}
</style>
border-color css
<style>
span { border-color: #763FEC; }
span { border-color: rgb(118,63,236); }
td.TdClassName
{
border-color: #763FEC;
}
.TagClassName
{
border-color: #763FEC;
}
</style>