Shades of Blue Violet #763FEB
Tints of Blue Violet #763FEB
RGB
CMYK
RGB Variations
Color information
#763FEB (or 0x763FEB) is known color: Blue Violet. HEX triplet: 76, 3F and EB. RGB value is (118,63,235). Sum of RGB (Red+Green+Blue) = 118+63+235=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #763FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763FEB is #89C014. Grayscale: #626262. Windows color (decimal): -9027605 or 15417206. OLE color: 15417206.
HSL color Cylindrical-coordinate representation of color #763FEB: hue angle of 259.19º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #763FEB is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 63 | 235 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.08 |
| HSL | 259.19º | 0.81% | 0.58% | - |
| HSV(B) | 259.19º | 0.73% | 0.92% | - |
| XYZ | 24.24 | 13.4 | 79.91 | - |
| YUV | 99.05 | 204.72 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 235 | 0.50 | 0.73 | 0 | 0.08 | 259.19 | 0.81 | 0.58 |
| Hex | 76 | 3F | EB | 32 | 49 | 0 | 8 | 103 | 51 | 3A |
| Octal | 166 | 77 | 353 | 62 | 111 | 0 | 10 | 403 | 121 | 72 |
| Binary | 1110110 | 111111 | 11101011 | 110010 | 1001001 | 0 | 1000 | 100000011 | 1010001 | 111010 |
Color Harmonies of #763FEB
Complementary color
Monochromatic Colors of #763FEB
Black with #763FEB
Text Example
Text Example
White with #763FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763FEB; }
p { color: rgb(118,63,235); }
H1.HeaderClassName
{
color: #763FEB;
}
.AnyTagClassName
{
color: #763FEB;
}
</style>
background-color css
<style>
a { background-color: #763FEB; }
a { background-color: rgb(118,63,235); }
div.DivClassName
{
background-color: #763FEB;
}
.BgClassName
{
background-color: #763FEB;
}
</style>
border-color css
<style>
span { border-color: #763FEB; }
span { border-color: rgb(118,63,235); }
td.TdClassName
{
border-color: #763FEB;
}
.TagClassName
{
border-color: #763FEB;
}
</style>