Shades of Blue Violet #763BFB
Tints of Blue Violet #763BFB
RGB
CMYK
RGB Variations
Color information
#763BFB (or 0x763BFB) is known color: Blue Violet. HEX triplet: 76, 3B and FB. RGB value is (118,59,251). Sum of RGB (Red+Green+Blue) = 118+59+251=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #763BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763BFB is #89C404. Grayscale: #616161. Windows color (decimal): -9028613 or 16464758. OLE color: 16464758.
HSL color Cylindrical-coordinate representation of color #763BFB: hue angle of 258.44º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #763BFB is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 59 | 251 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.02 |
| HSL | 258.44º | 0.96% | 0.61% | - |
| HSV(B) | 258.44º | 0.76% | 0.98% | - |
| XYZ | 26.45 | 13.94 | 92.56 | - |
| YUV | 98.53 | 214.05 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 251 | 0.53 | 0.76 | 0 | 0.02 | 258.44 | 0.96 | 0.61 |
| Hex | 76 | 3B | FB | 35 | 4C | 0 | 2 | 102 | 60 | 3D |
| Octal | 166 | 73 | 373 | 65 | 114 | 0 | 2 | 402 | 140 | 75 |
| Binary | 1110110 | 111011 | 11111011 | 110101 | 1001100 | 0 | 10 | 100000010 | 1100000 | 111101 |
Color Harmonies of #763BFB
Complementary color
Monochromatic Colors of #763BFB
Black with #763BFB
Text Example
Text Example
White with #763BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763BFB; }
p { color: rgb(118,59,251); }
H1.HeaderClassName
{
color: #763BFB;
}
.AnyTagClassName
{
color: #763BFB;
}
</style>
background-color css
<style>
a { background-color: #763BFB; }
a { background-color: rgb(118,59,251); }
div.DivClassName
{
background-color: #763BFB;
}
.BgClassName
{
background-color: #763BFB;
}
</style>
border-color css
<style>
span { border-color: #763BFB; }
span { border-color: rgb(118,59,251); }
td.TdClassName
{
border-color: #763BFB;
}
.TagClassName
{
border-color: #763BFB;
}
</style>