Shades of Blue Violet #762CFE
Tints of Blue Violet #762CFE
RGB
CMYK
RGB Variations
Color information
#762CFE (or 0x762CFE) is known color: Blue Violet. HEX triplet: 76, 2C and FE. RGB value is (118,44,254). Sum of RGB (Red+Green+Blue) = 118+44+254=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #762CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762CFE is #89D301. Grayscale: #595959. Windows color (decimal): -9032450 or 16657526. OLE color: 16657526.
HSL color Cylindrical-coordinate representation of color #762CFE: hue angle of 261.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #762CFE is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 44 | 254 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.00 |
| HSL | 261.14º | 0.99% | 0.58% | - |
| HSV(B) | 261.14º | 0.83% | 1% | - |
| XYZ | 26.26 | 12.81 | 94.85 | - |
| YUV | 90.07 | 220.52 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 254 | 0.54 | 0.83 | 0 | 0.00 | 261.14 | 0.99 | 0.58 |
| Hex | 76 | 2C | FE | 36 | 53 | 0 | 0 | 105 | 63 | 3A |
| Octal | 166 | 54 | 376 | 66 | 123 | 0 | 0 | 405 | 143 | 72 |
| Binary | 1110110 | 101100 | 11111110 | 110110 | 1010011 | 0 | 0 | 100000101 | 1100011 | 111010 |
Color Harmonies of #762CFE
Complementary color
Monochromatic Colors of #762CFE
Black with #762CFE
Text Example
Text Example
White with #762CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CFE; }
p { color: rgb(118,44,254); }
H1.HeaderClassName
{
color: #762CFE;
}
.AnyTagClassName
{
color: #762CFE;
}
</style>
background-color css
<style>
a { background-color: #762CFE; }
a { background-color: rgb(118,44,254); }
div.DivClassName
{
background-color: #762CFE;
}
.BgClassName
{
background-color: #762CFE;
}
</style>
border-color css
<style>
span { border-color: #762CFE; }
span { border-color: rgb(118,44,254); }
td.TdClassName
{
border-color: #762CFE;
}
.TagClassName
{
border-color: #762CFE;
}
</style>