Shades of Blue Violet #763BEF
Tints of Blue Violet #763BEF
RGB
CMYK
RGB Variations
Color information
#763BEF (or 0x763BEF) is known color: Blue Violet. HEX triplet: 76, 3B and EF. RGB value is (118,59,239). Sum of RGB (Red+Green+Blue) = 118+59+239=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #763BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763BEF is #89C410. Grayscale: #606060. Windows color (decimal): -9028625 or 15678326. OLE color: 15678326.
HSL color Cylindrical-coordinate representation of color #763BEF: hue angle of 259.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #763BEF is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 59 | 239 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.06 |
| HSL | 259.67º | 0.85% | 0.58% | - |
| HSV(B) | 259.67º | 0.75% | 0.94% | - |
| XYZ | 24.62 | 13.21 | 82.91 | - |
| YUV | 97.16 | 208.05 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 239 | 0.51 | 0.75 | 0 | 0.06 | 259.67 | 0.85 | 0.58 |
| Hex | 76 | 3B | EF | 33 | 4B | 0 | 6 | 104 | 55 | 3A |
| Octal | 166 | 73 | 357 | 63 | 113 | 0 | 6 | 404 | 125 | 72 |
| Binary | 1110110 | 111011 | 11101111 | 110011 | 1001011 | 0 | 110 | 100000100 | 1010101 | 111010 |
Color Harmonies of #763BEF
Complementary color
Monochromatic Colors of #763BEF
Black with #763BEF
Text Example
Text Example
White with #763BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763BEF; }
p { color: rgb(118,59,239); }
H1.HeaderClassName
{
color: #763BEF;
}
.AnyTagClassName
{
color: #763BEF;
}
</style>
background-color css
<style>
a { background-color: #763BEF; }
a { background-color: rgb(118,59,239); }
div.DivClassName
{
background-color: #763BEF;
}
.BgClassName
{
background-color: #763BEF;
}
</style>
border-color css
<style>
span { border-color: #763BEF; }
span { border-color: rgb(118,59,239); }
td.TdClassName
{
border-color: #763BEF;
}
.TagClassName
{
border-color: #763BEF;
}
</style>