Shades of Blue Violet #763BE0
Tints of Blue Violet #763BE0
RGB
CMYK
RGB Variations
Color information
#763BE0 (or 0x763BE0) is known color: Blue Violet. HEX triplet: 76, 3B and E0. RGB value is (118,59,224). Sum of RGB (Red+Green+Blue) = 118+59+224=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #763BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763BE0 is #89C41F. Grayscale: #5E5E5E. Windows color (decimal): -9028640 or 14695286. OLE color: 14695286.
HSL color Cylindrical-coordinate representation of color #763BE0: hue angle of 261.45º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #763BE0 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 59 | 224 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.12 |
| HSL | 261.45º | 0.73% | 0.55% | - |
| HSV(B) | 261.45º | 0.74% | 0.88% | - |
| XYZ | 22.49 | 12.36 | 71.72 | - |
| YUV | 95.45 | 200.55 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 224 | 0.47 | 0.74 | 0 | 0.12 | 261.45 | 0.73 | 0.55 |
| Hex | 76 | 3B | E0 | 2F | 4A | 0 | C | 105 | 49 | 37 |
| Octal | 166 | 73 | 340 | 57 | 112 | 0 | 14 | 405 | 111 | 67 |
| Binary | 1110110 | 111011 | 11100000 | 101111 | 1001010 | 0 | 1100 | 100000101 | 1001001 | 110111 |
Color Harmonies of #763BE0
Complementary color
Monochromatic Colors of #763BE0
Black with #763BE0
Text Example
Text Example
White with #763BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763BE0; }
p { color: rgb(118,59,224); }
H1.HeaderClassName
{
color: #763BE0;
}
.AnyTagClassName
{
color: #763BE0;
}
</style>
background-color css
<style>
a { background-color: #763BE0; }
a { background-color: rgb(118,59,224); }
div.DivClassName
{
background-color: #763BE0;
}
.BgClassName
{
background-color: #763BE0;
}
</style>
border-color css
<style>
span { border-color: #763BE0; }
span { border-color: rgb(118,59,224); }
td.TdClassName
{
border-color: #763BE0;
}
.TagClassName
{
border-color: #763BE0;
}
</style>