Shades of Blue Violet #762EFF
Tints of Blue Violet #762EFF
RGB
CMYK
RGB Variations
Color information
#762EFF (or 0x762EFF) is known color: Blue Violet. HEX triplet: 76, 2E and FF. RGB value is (118,46,255). Sum of RGB (Red+Green+Blue) = 118+46+255=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #762EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762EFF is #89D100. Grayscale: #5A5A5A. Windows color (decimal): -9031937 or 16723574. OLE color: 16723574.
HSL color Cylindrical-coordinate representation of color #762EFF: hue angle of 260.67º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #762EFF is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 46 | 255 | - |
| CMYK | 0.54 | 0.82 | 0 | 0 |
| HSL | 260.67º | 1% | 0.59% | - |
| HSV(B) | 260.67º | 0.82% | 1% | - |
| XYZ | 26.5 | 13.03 | 95.73 | - |
| YUV | 91.35 | 220.35 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 255 | 0.54 | 0.82 | 0 | 0 | 260.67 | 1 | 0.59 |
| Hex | 76 | 2E | FF | 36 | 52 | 0 | 0 | 105 | 64 | 3B |
| Octal | 166 | 56 | 377 | 66 | 122 | 0 | 0 | 405 | 144 | 73 |
| Binary | 1110110 | 101110 | 11111111 | 110110 | 1010010 | 0 | 0 | 100000101 | 1100100 | 111011 |
Color Harmonies of #762EFF
Complementary color
Monochromatic Colors of #762EFF
Black with #762EFF
Text Example
Text Example
White with #762EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762EFF; }
p { color: rgb(118,46,255); }
H1.HeaderClassName
{
color: #762EFF;
}
.AnyTagClassName
{
color: #762EFF;
}
</style>
background-color css
<style>
a { background-color: #762EFF; }
a { background-color: rgb(118,46,255); }
div.DivClassName
{
background-color: #762EFF;
}
.BgClassName
{
background-color: #762EFF;
}
</style>
border-color css
<style>
span { border-color: #762EFF; }
span { border-color: rgb(118,46,255); }
td.TdClassName
{
border-color: #762EFF;
}
.TagClassName
{
border-color: #762EFF;
}
</style>