Shades of Blue Violet #763BEE
Tints of Blue Violet #763BEE
RGB
CMYK
RGB Variations
Color information
#763BEE (or 0x763BEE) is known color: Blue Violet. HEX triplet: 76, 3B and EE. RGB value is (118,59,238). Sum of RGB (Red+Green+Blue) = 118+59+238=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #763BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763BEE is #89C411. Grayscale: #606060. Windows color (decimal): -9028626 or 15612790. OLE color: 15612790.
HSL color Cylindrical-coordinate representation of color #763BEE: hue angle of 259.78º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #763BEE is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 59 | 238 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.07 |
| HSL | 259.78º | 0.84% | 0.58% | - |
| HSV(B) | 259.78º | 0.75% | 0.93% | - |
| XYZ | 24.47 | 13.15 | 82.14 | - |
| YUV | 97.05 | 207.55 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 238 | 0.50 | 0.75 | 0 | 0.07 | 259.78 | 0.84 | 0.58 |
| Hex | 76 | 3B | EE | 32 | 4B | 0 | 7 | 104 | 54 | 3A |
| Octal | 166 | 73 | 356 | 62 | 113 | 0 | 7 | 404 | 124 | 72 |
| Binary | 1110110 | 111011 | 11101110 | 110010 | 1001011 | 0 | 111 | 100000100 | 1010100 | 111010 |
Color Harmonies of #763BEE
Complementary color
Monochromatic Colors of #763BEE
Black with #763BEE
Text Example
Text Example
White with #763BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763BEE; }
p { color: rgb(118,59,238); }
H1.HeaderClassName
{
color: #763BEE;
}
.AnyTagClassName
{
color: #763BEE;
}
</style>
background-color css
<style>
a { background-color: #763BEE; }
a { background-color: rgb(118,59,238); }
div.DivClassName
{
background-color: #763BEE;
}
.BgClassName
{
background-color: #763BEE;
}
</style>
border-color css
<style>
span { border-color: #763BEE; }
span { border-color: rgb(118,59,238); }
td.TdClassName
{
border-color: #763BEE;
}
.TagClassName
{
border-color: #763BEE;
}
</style>