Shades of Blue Violet #762BFE
Tints of Blue Violet #762BFE
RGB
CMYK
RGB Variations
Color information
#762BFE (or 0x762BFE) is known color: Blue Violet. HEX triplet: 76, 2B and FE. RGB value is (118,43,254). Sum of RGB (Red+Green+Blue) = 118+43+254=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #762BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762BFE is #89D401. Grayscale: #585858. Windows color (decimal): -9032706 or 16657270. OLE color: 16657270.
HSL color Cylindrical-coordinate representation of color #762BFE: hue angle of 261.33º 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 #762BFE is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 43 | 254 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.00 |
| HSL | 261.33º | 0.99% | 0.58% | - |
| HSV(B) | 261.33º | 0.83% | 1% | - |
| XYZ | 26.22 | 12.74 | 94.84 | - |
| YUV | 89.48 | 220.85 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 254 | 0.54 | 0.83 | 0 | 0.00 | 261.33 | 0.99 | 0.58 |
| Hex | 76 | 2B | FE | 36 | 53 | 0 | 0 | 105 | 63 | 3A |
| Octal | 166 | 53 | 376 | 66 | 123 | 0 | 0 | 405 | 143 | 72 |
| Binary | 1110110 | 101011 | 11111110 | 110110 | 1010011 | 0 | 0 | 100000101 | 1100011 | 111010 |
Color Harmonies of #762BFE
Complementary color
Monochromatic Colors of #762BFE
Black with #762BFE
Text Example
Text Example
White with #762BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762BFE; }
p { color: rgb(118,43,254); }
H1.HeaderClassName
{
color: #762BFE;
}
.AnyTagClassName
{
color: #762BFE;
}
</style>
background-color css
<style>
a { background-color: #762BFE; }
a { background-color: rgb(118,43,254); }
div.DivClassName
{
background-color: #762BFE;
}
.BgClassName
{
background-color: #762BFE;
}
</style>
border-color css
<style>
span { border-color: #762BFE; }
span { border-color: rgb(118,43,254); }
td.TdClassName
{
border-color: #762BFE;
}
.TagClassName
{
border-color: #762BFE;
}
</style>