Shades of Blue Violet #763EFF
Tints of Blue Violet #763EFF
RGB
CMYK
RGB Variations
Color information
#763EFF (or 0x763EFF) is known color: Blue Violet. HEX triplet: 76, 3E and FF. RGB value is (118,62,255). Sum of RGB (Red+Green+Blue) = 118+62+255=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #763EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763EFF is #89C100. Grayscale: #646464. Windows color (decimal): -9027841 or 16727670. OLE color: 16727670.
HSL color Cylindrical-coordinate representation of color #763EFF: hue angle of 257.41º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #763EFF is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 62 | 255 | - |
| CMYK | 0.54 | 0.76 | 0 | 0 |
| HSL | 257.41º | 1% | 0.62% | - |
| HSV(B) | 257.41º | 0.76% | 1% | - |
| XYZ | 27.24 | 14.52 | 95.97 | - |
| YUV | 100.75 | 215.05 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 255 | 0.54 | 0.76 | 0 | 0 | 257.41 | 1 | 0.62 |
| Hex | 76 | 3E | FF | 36 | 4C | 0 | 0 | 101 | 64 | 3E |
| Octal | 166 | 76 | 377 | 66 | 114 | 0 | 0 | 401 | 144 | 76 |
| Binary | 1110110 | 111110 | 11111111 | 110110 | 1001100 | 0 | 0 | 100000001 | 1100100 | 111110 |
Color Harmonies of #763EFF
Complementary color
Monochromatic Colors of #763EFF
Black with #763EFF
Text Example
Text Example
White with #763EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763EFF; }
p { color: rgb(118,62,255); }
H1.HeaderClassName
{
color: #763EFF;
}
.AnyTagClassName
{
color: #763EFF;
}
</style>
background-color css
<style>
a { background-color: #763EFF; }
a { background-color: rgb(118,62,255); }
div.DivClassName
{
background-color: #763EFF;
}
.BgClassName
{
background-color: #763EFF;
}
</style>
border-color css
<style>
span { border-color: #763EFF; }
span { border-color: rgb(118,62,255); }
td.TdClassName
{
border-color: #763EFF;
}
.TagClassName
{
border-color: #763EFF;
}
</style>