Shades of Blue Violet #762CFB
Tints of Blue Violet #762CFB
RGB
CMYK
RGB Variations
Color information
#762CFB (or 0x762CFB) is known color: Blue Violet. HEX triplet: 76, 2C and FB. RGB value is (118,44,251). Sum of RGB (Red+Green+Blue) = 118+44+251=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #762CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762CFB is #89D304. Grayscale: #585858. Windows color (decimal): -9032453 or 16460918. OLE color: 16460918.
HSL color Cylindrical-coordinate representation of color #762CFB: hue angle of 261.45º 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 #762CFB is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 44 | 251 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.02 |
| HSL | 261.45º | 0.96% | 0.58% | - |
| HSV(B) | 261.45º | 0.82% | 0.98% | - |
| XYZ | 25.78 | 12.62 | 92.34 | - |
| YUV | 89.72 | 219.02 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 251 | 0.53 | 0.82 | 0 | 0.02 | 261.45 | 0.96 | 0.58 |
| Hex | 76 | 2C | FB | 35 | 52 | 0 | 2 | 105 | 60 | 3A |
| Octal | 166 | 54 | 373 | 65 | 122 | 0 | 2 | 405 | 140 | 72 |
| Binary | 1110110 | 101100 | 11111011 | 110101 | 1010010 | 0 | 10 | 100000101 | 1100000 | 111010 |
Color Harmonies of #762CFB
Complementary color
Monochromatic Colors of #762CFB
Black with #762CFB
Text Example
Text Example
White with #762CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CFB; }
p { color: rgb(118,44,251); }
H1.HeaderClassName
{
color: #762CFB;
}
.AnyTagClassName
{
color: #762CFB;
}
</style>
background-color css
<style>
a { background-color: #762CFB; }
a { background-color: rgb(118,44,251); }
div.DivClassName
{
background-color: #762CFB;
}
.BgClassName
{
background-color: #762CFB;
}
</style>
border-color css
<style>
span { border-color: #762CFB; }
span { border-color: rgb(118,44,251); }
td.TdClassName
{
border-color: #762CFB;
}
.TagClassName
{
border-color: #762CFB;
}
</style>