Shades of Blue Violet #762DFE
Tints of Blue Violet #762DFE
RGB
CMYK
RGB Variations
Color information
#762DFE (or 0x762DFE) is known color: Blue Violet. HEX triplet: 76, 2D and FE. RGB value is (118,45,254). Sum of RGB (Red+Green+Blue) = 118+45+254=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #762DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762DFE is #89D201. Grayscale: #595959. Windows color (decimal): -9032194 or 16657782. OLE color: 16657782.
HSL color Cylindrical-coordinate representation of color #762DFE: hue angle of 260.96º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #762DFE is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 45 | 254 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.00 |
| HSL | 260.96º | 0.99% | 0.59% | - |
| HSV(B) | 260.96º | 0.82% | 1% | - |
| XYZ | 26.3 | 12.88 | 94.87 | - |
| YUV | 90.65 | 220.18 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 254 | 0.54 | 0.82 | 0 | 0.00 | 260.96 | 0.99 | 0.59 |
| Hex | 76 | 2D | FE | 36 | 52 | 0 | 0 | 105 | 63 | 3B |
| Octal | 166 | 55 | 376 | 66 | 122 | 0 | 0 | 405 | 143 | 73 |
| Binary | 1110110 | 101101 | 11111110 | 110110 | 1010010 | 0 | 0 | 100000101 | 1100011 | 111011 |
Color Harmonies of #762DFE
Complementary color
Monochromatic Colors of #762DFE
Black with #762DFE
Text Example
Text Example
White with #762DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762DFE; }
p { color: rgb(118,45,254); }
H1.HeaderClassName
{
color: #762DFE;
}
.AnyTagClassName
{
color: #762DFE;
}
</style>
background-color css
<style>
a { background-color: #762DFE; }
a { background-color: rgb(118,45,254); }
div.DivClassName
{
background-color: #762DFE;
}
.BgClassName
{
background-color: #762DFE;
}
</style>
border-color css
<style>
span { border-color: #762DFE; }
span { border-color: rgb(118,45,254); }
td.TdClassName
{
border-color: #762DFE;
}
.TagClassName
{
border-color: #762DFE;
}
</style>