Shades of Blue Violet #763BFE
Tints of Blue Violet #763BFE
RGB
CMYK
RGB Variations
Color information
#763BFE (or 0x763BFE) is known color: Blue Violet. HEX triplet: 76, 3B and FE. RGB value is (118,59,254). Sum of RGB (Red+Green+Blue) = 118+59+254=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #763BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763BFE is #89C401. Grayscale: #626262. Windows color (decimal): -9028610 or 16661366. OLE color: 16661366.
HSL color Cylindrical-coordinate representation of color #763BFE: hue angle of 258.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #763BFE is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 59 | 254 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.00 |
| HSL | 258.15º | 0.99% | 0.61% | - |
| HSV(B) | 258.15º | 0.77% | 1% | - |
| XYZ | 26.92 | 14.14 | 95.08 | - |
| YUV | 98.87 | 215.55 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 254 | 0.54 | 0.77 | 0 | 0.00 | 258.15 | 0.99 | 0.61 |
| Hex | 76 | 3B | FE | 36 | 4D | 0 | 0 | 102 | 63 | 3D |
| Octal | 166 | 73 | 376 | 66 | 115 | 0 | 0 | 402 | 143 | 75 |
| Binary | 1110110 | 111011 | 11111110 | 110110 | 1001101 | 0 | 0 | 100000010 | 1100011 | 111101 |
Color Harmonies of #763BFE
Complementary color
Monochromatic Colors of #763BFE
Black with #763BFE
Text Example
Text Example
White with #763BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763BFE; }
p { color: rgb(118,59,254); }
H1.HeaderClassName
{
color: #763BFE;
}
.AnyTagClassName
{
color: #763BFE;
}
</style>
background-color css
<style>
a { background-color: #763BFE; }
a { background-color: rgb(118,59,254); }
div.DivClassName
{
background-color: #763BFE;
}
.BgClassName
{
background-color: #763BFE;
}
</style>
border-color css
<style>
span { border-color: #763BFE; }
span { border-color: rgb(118,59,254); }
td.TdClassName
{
border-color: #763BFE;
}
.TagClassName
{
border-color: #763BFE;
}
</style>