Shades of Blue Violet #763EFE
Tints of Blue Violet #763EFE
RGB
CMYK
RGB Variations
Color information
#763EFE (or 0x763EFE) is known color: Blue Violet. HEX triplet: 76, 3E and FE. RGB value is (118,62,254). Sum of RGB (Red+Green+Blue) = 118+62+254=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #763EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763EFE is #89C101. Grayscale: #636363. Windows color (decimal): -9027842 or 16662134. OLE color: 16662134.
HSL color Cylindrical-coordinate representation of color #763EFE: hue angle of 257.5º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #763EFE is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 62 | 254 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.00 |
| HSL | 257.5º | 0.99% | 0.62% | - |
| HSV(B) | 257.5º | 0.76% | 1% | - |
| XYZ | 27.08 | 14.45 | 95.13 | - |
| YUV | 100.63 | 214.55 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 254 | 0.54 | 0.76 | 0 | 0.00 | 257.5 | 0.99 | 0.62 |
| Hex | 76 | 3E | FE | 36 | 4C | 0 | 0 | 102 | 63 | 3E |
| Octal | 166 | 76 | 376 | 66 | 114 | 0 | 0 | 402 | 143 | 76 |
| Binary | 1110110 | 111110 | 11111110 | 110110 | 1001100 | 0 | 0 | 100000010 | 1100011 | 111110 |
Color Harmonies of #763EFE
Complementary color
Monochromatic Colors of #763EFE
Black with #763EFE
Text Example
Text Example
White with #763EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763EFE; }
p { color: rgb(118,62,254); }
H1.HeaderClassName
{
color: #763EFE;
}
.AnyTagClassName
{
color: #763EFE;
}
</style>
background-color css
<style>
a { background-color: #763EFE; }
a { background-color: rgb(118,62,254); }
div.DivClassName
{
background-color: #763EFE;
}
.BgClassName
{
background-color: #763EFE;
}
</style>
border-color css
<style>
span { border-color: #763EFE; }
span { border-color: rgb(118,62,254); }
td.TdClassName
{
border-color: #763EFE;
}
.TagClassName
{
border-color: #763EFE;
}
</style>