Shades of Blue Violet #762AFE
Tints of Blue Violet #762AFE
RGB
CMYK
RGB Variations
Color information
#762AFE (or 0x762AFE) is known color: Blue Violet. HEX triplet: 76, 2A and FE. RGB value is (118,42,254). Sum of RGB (Red+Green+Blue) = 118+42+254=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #762AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762AFE is #89D501. Grayscale: #585858. Windows color (decimal): -9032962 or 16657014. OLE color: 16657014.
HSL color Cylindrical-coordinate representation of color #762AFE: hue angle of 261.51º 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 #762AFE is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 42 | 254 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.00 |
| HSL | 261.51º | 0.99% | 0.58% | - |
| HSV(B) | 261.51º | 0.83% | 1% | - |
| XYZ | 26.19 | 12.66 | 94.83 | - |
| YUV | 88.89 | 221.18 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 254 | 0.54 | 0.83 | 0 | 0.00 | 261.51 | 0.99 | 0.58 |
| Hex | 76 | 2A | FE | 36 | 53 | 0 | 0 | 106 | 63 | 3A |
| Octal | 166 | 52 | 376 | 66 | 123 | 0 | 0 | 406 | 143 | 72 |
| Binary | 1110110 | 101010 | 11111110 | 110110 | 1010011 | 0 | 0 | 100000110 | 1100011 | 111010 |
Color Harmonies of #762AFE
Complementary color
Monochromatic Colors of #762AFE
Black with #762AFE
Text Example
Text Example
White with #762AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762AFE; }
p { color: rgb(118,42,254); }
H1.HeaderClassName
{
color: #762AFE;
}
.AnyTagClassName
{
color: #762AFE;
}
</style>
background-color css
<style>
a { background-color: #762AFE; }
a { background-color: rgb(118,42,254); }
div.DivClassName
{
background-color: #762AFE;
}
.BgClassName
{
background-color: #762AFE;
}
</style>
border-color css
<style>
span { border-color: #762AFE; }
span { border-color: rgb(118,42,254); }
td.TdClassName
{
border-color: #762AFE;
}
.TagClassName
{
border-color: #762AFE;
}
</style>