Shades of Blue Violet #763FEA
Tints of Blue Violet #763FEA
RGB
CMYK
RGB Variations
Color information
#763FEA (or 0x763FEA) is known color: Blue Violet. HEX triplet: 76, 3F and EA. RGB value is (118,63,234). Sum of RGB (Red+Green+Blue) = 118+63+234=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #763FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763FEA is #89C015. Grayscale: #626262. Windows color (decimal): -9027606 or 15351670. OLE color: 15351670.
HSL color Cylindrical-coordinate representation of color #763FEA: hue angle of 259.3º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #763FEA is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 63 | 234 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.08 |
| HSL | 259.3º | 0.8% | 0.58% | - |
| HSV(B) | 259.3º | 0.73% | 0.92% | - |
| XYZ | 24.1 | 13.35 | 79.15 | - |
| YUV | 98.94 | 204.22 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 234 | 0.50 | 0.73 | 0 | 0.08 | 259.3 | 0.8 | 0.58 |
| Hex | 76 | 3F | EA | 32 | 49 | 0 | 8 | 103 | 50 | 3A |
| Octal | 166 | 77 | 352 | 62 | 111 | 0 | 10 | 403 | 120 | 72 |
| Binary | 1110110 | 111111 | 11101010 | 110010 | 1001001 | 0 | 1000 | 100000011 | 1010000 | 111010 |
Color Harmonies of #763FEA
Complementary color
Monochromatic Colors of #763FEA
Black with #763FEA
Text Example
Text Example
White with #763FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763FEA; }
p { color: rgb(118,63,234); }
H1.HeaderClassName
{
color: #763FEA;
}
.AnyTagClassName
{
color: #763FEA;
}
</style>
background-color css
<style>
a { background-color: #763FEA; }
a { background-color: rgb(118,63,234); }
div.DivClassName
{
background-color: #763FEA;
}
.BgClassName
{
background-color: #763FEA;
}
</style>
border-color css
<style>
span { border-color: #763FEA; }
span { border-color: rgb(118,63,234); }
td.TdClassName
{
border-color: #763FEA;
}
.TagClassName
{
border-color: #763FEA;
}
</style>