Shades of Blue Violet #763FFB
Tints of Blue Violet #763FFB
RGB
CMYK
RGB Variations
Color information
#763FFB (or 0x763FFB) is known color: Blue Violet. HEX triplet: 76, 3F and FB. RGB value is (118,63,251). Sum of RGB (Red+Green+Blue) = 118+63+251=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #763FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763FFB is #89C004. Grayscale: #646464. Windows color (decimal): -9027589 or 16465782. OLE color: 16465782.
HSL color Cylindrical-coordinate representation of color #763FFB: hue angle of 257.55º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #763FFB is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 63 | 251 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.02 |
| HSL | 257.55º | 0.96% | 0.62% | - |
| HSV(B) | 257.55º | 0.75% | 0.98% | - |
| XYZ | 26.66 | 14.37 | 92.64 | - |
| YUV | 100.88 | 212.72 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 251 | 0.53 | 0.75 | 0 | 0.02 | 257.55 | 0.96 | 0.62 |
| Hex | 76 | 3F | FB | 35 | 4B | 0 | 2 | 102 | 60 | 3E |
| Octal | 166 | 77 | 373 | 65 | 113 | 0 | 2 | 402 | 140 | 76 |
| Binary | 1110110 | 111111 | 11111011 | 110101 | 1001011 | 0 | 10 | 100000010 | 1100000 | 111110 |
Color Harmonies of #763FFB
Complementary color
Monochromatic Colors of #763FFB
Black with #763FFB
Text Example
Text Example
White with #763FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763FFB; }
p { color: rgb(118,63,251); }
H1.HeaderClassName
{
color: #763FFB;
}
.AnyTagClassName
{
color: #763FFB;
}
</style>
background-color css
<style>
a { background-color: #763FFB; }
a { background-color: rgb(118,63,251); }
div.DivClassName
{
background-color: #763FFB;
}
.BgClassName
{
background-color: #763FFB;
}
</style>
border-color css
<style>
span { border-color: #763FFB; }
span { border-color: rgb(118,63,251); }
td.TdClassName
{
border-color: #763FFB;
}
.TagClassName
{
border-color: #763FFB;
}
</style>