Shades of Blue Violet #763DFB
Tints of Blue Violet #763DFB
RGB
CMYK
RGB Variations
Color information
#763DFB (or 0x763DFB) is known color: Blue Violet. HEX triplet: 76, 3D and FB. RGB value is (118,61,251). Sum of RGB (Red+Green+Blue) = 118+61+251=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #763DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763DFB is #89C204. Grayscale: #626262. Windows color (decimal): -9028101 or 16465270. OLE color: 16465270.
HSL color Cylindrical-coordinate representation of color #763DFB: hue angle of 258º 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 #763DFB is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 61 | 251 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.02 |
| HSL | 258º | 0.96% | 0.61% | - |
| HSV(B) | 258º | 0.76% | 0.98% | - |
| XYZ | 26.55 | 14.15 | 92.6 | - |
| YUV | 99.7 | 213.38 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 251 | 0.53 | 0.76 | 0 | 0.02 | 258 | 0.96 | 0.61 |
| Hex | 76 | 3D | FB | 35 | 4C | 0 | 2 | 102 | 60 | 3D |
| Octal | 166 | 75 | 373 | 65 | 114 | 0 | 2 | 402 | 140 | 75 |
| Binary | 1110110 | 111101 | 11111011 | 110101 | 1001100 | 0 | 10 | 100000010 | 1100000 | 111101 |
Color Harmonies of #763DFB
Complementary color
Monochromatic Colors of #763DFB
Black with #763DFB
Text Example
Text Example
White with #763DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763DFB; }
p { color: rgb(118,61,251); }
H1.HeaderClassName
{
color: #763DFB;
}
.AnyTagClassName
{
color: #763DFB;
}
</style>
background-color css
<style>
a { background-color: #763DFB; }
a { background-color: rgb(118,61,251); }
div.DivClassName
{
background-color: #763DFB;
}
.BgClassName
{
background-color: #763DFB;
}
</style>
border-color css
<style>
span { border-color: #763DFB; }
span { border-color: rgb(118,61,251); }
td.TdClassName
{
border-color: #763DFB;
}
.TagClassName
{
border-color: #763DFB;
}
</style>