Shades of Blue Violet #762DFB
Tints of Blue Violet #762DFB
RGB
CMYK
RGB Variations
Color information
#762DFB (or 0x762DFB) is known color: Blue Violet. HEX triplet: 76, 2D and FB. RGB value is (118,45,251). Sum of RGB (Red+Green+Blue) = 118+45+251=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #762DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762DFB is #89D204. Grayscale: #595959. Windows color (decimal): -9032197 or 16461174. OLE color: 16461174.
HSL color Cylindrical-coordinate representation of color #762DFB: hue angle of 261.26º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #762DFB is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 45 | 251 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.02 |
| HSL | 261.26º | 0.96% | 0.58% | - |
| HSV(B) | 261.26º | 0.82% | 0.98% | - |
| XYZ | 25.82 | 12.69 | 92.36 | - |
| YUV | 90.31 | 218.68 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 251 | 0.53 | 0.82 | 0 | 0.02 | 261.26 | 0.96 | 0.58 |
| Hex | 76 | 2D | FB | 35 | 52 | 0 | 2 | 105 | 60 | 3A |
| Octal | 166 | 55 | 373 | 65 | 122 | 0 | 2 | 405 | 140 | 72 |
| Binary | 1110110 | 101101 | 11111011 | 110101 | 1010010 | 0 | 10 | 100000101 | 1100000 | 111010 |
Color Harmonies of #762DFB
Complementary color
Monochromatic Colors of #762DFB
Black with #762DFB
Text Example
Text Example
White with #762DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762DFB; }
p { color: rgb(118,45,251); }
H1.HeaderClassName
{
color: #762DFB;
}
.AnyTagClassName
{
color: #762DFB;
}
</style>
background-color css
<style>
a { background-color: #762DFB; }
a { background-color: rgb(118,45,251); }
div.DivClassName
{
background-color: #762DFB;
}
.BgClassName
{
background-color: #762DFB;
}
</style>
border-color css
<style>
span { border-color: #762DFB; }
span { border-color: rgb(118,45,251); }
td.TdClassName
{
border-color: #762DFB;
}
.TagClassName
{
border-color: #762DFB;
}
</style>