Shades of Blue Violet #762FFE
Tints of Blue Violet #762FFE
RGB
CMYK
RGB Variations
Color information
#762FFE (or 0x762FFE) is known color: Blue Violet. HEX triplet: 76, 2F and FE. RGB value is (118,47,254). Sum of RGB (Red+Green+Blue) = 118+47+254=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #762FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762FFE is #89D001. Grayscale: #5B5B5B. Windows color (decimal): -9031682 or 16658294. OLE color: 16658294.
HSL color Cylindrical-coordinate representation of color #762FFE: hue angle of 260.58º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762FFE is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 47 | 254 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.00 |
| HSL | 260.58º | 0.99% | 0.59% | - |
| HSV(B) | 260.58º | 0.81% | 1% | - |
| XYZ | 26.38 | 13.04 | 94.89 | - |
| YUV | 91.83 | 219.52 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 254 | 0.54 | 0.81 | 0 | 0.00 | 260.58 | 0.99 | 0.59 |
| Hex | 76 | 2F | FE | 36 | 51 | 0 | 0 | 105 | 63 | 3B |
| Octal | 166 | 57 | 376 | 66 | 121 | 0 | 0 | 405 | 143 | 73 |
| Binary | 1110110 | 101111 | 11111110 | 110110 | 1010001 | 0 | 0 | 100000101 | 1100011 | 111011 |
Color Harmonies of #762FFE
Complementary color
Monochromatic Colors of #762FFE
Black with #762FFE
Text Example
Text Example
White with #762FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762FFE; }
p { color: rgb(118,47,254); }
H1.HeaderClassName
{
color: #762FFE;
}
.AnyTagClassName
{
color: #762FFE;
}
</style>
background-color css
<style>
a { background-color: #762FFE; }
a { background-color: rgb(118,47,254); }
div.DivClassName
{
background-color: #762FFE;
}
.BgClassName
{
background-color: #762FFE;
}
</style>
border-color css
<style>
span { border-color: #762FFE; }
span { border-color: rgb(118,47,254); }
td.TdClassName
{
border-color: #762FFE;
}
.TagClassName
{
border-color: #762FFE;
}
</style>