Shades of Blue Violet #763BF1
Tints of Blue Violet #763BF1
RGB
CMYK
RGB Variations
Color information
#763BF1 (or 0x763BF1) is known color: Blue Violet. HEX triplet: 76, 3B and F1. RGB value is (118,59,241). Sum of RGB (Red+Green+Blue) = 118+59+241=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #763BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763BF1 is #89C40E. Grayscale: #606060. Windows color (decimal): -9028623 or 15809398. OLE color: 15809398.
HSL color Cylindrical-coordinate representation of color #763BF1: hue angle of 259.45º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #763BF1 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 59 | 241 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.05 |
| HSL | 259.45º | 0.87% | 0.59% | - |
| HSV(B) | 259.45º | 0.76% | 0.95% | - |
| XYZ | 24.91 | 13.33 | 84.48 | - |
| YUV | 97.39 | 209.05 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 241 | 0.51 | 0.76 | 0 | 0.05 | 259.45 | 0.87 | 0.59 |
| Hex | 76 | 3B | F1 | 33 | 4C | 0 | 5 | 103 | 57 | 3B |
| Octal | 166 | 73 | 361 | 63 | 114 | 0 | 5 | 403 | 127 | 73 |
| Binary | 1110110 | 111011 | 11110001 | 110011 | 1001100 | 0 | 101 | 100000011 | 1010111 | 111011 |
Color Harmonies of #763BF1
Complementary color
Monochromatic Colors of #763BF1
Black with #763BF1
Text Example
Text Example
White with #763BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763BF1; }
p { color: rgb(118,59,241); }
H1.HeaderClassName
{
color: #763BF1;
}
.AnyTagClassName
{
color: #763BF1;
}
</style>
background-color css
<style>
a { background-color: #763BF1; }
a { background-color: rgb(118,59,241); }
div.DivClassName
{
background-color: #763BF1;
}
.BgClassName
{
background-color: #763BF1;
}
</style>
border-color css
<style>
span { border-color: #763BF1; }
span { border-color: rgb(118,59,241); }
td.TdClassName
{
border-color: #763BF1;
}
.TagClassName
{
border-color: #763BF1;
}
</style>