Shades of Blue Violet #762CE3
Tints of Blue Violet #762CE3
RGB
CMYK
RGB Variations
Color information
#762CE3 (or 0x762CE3) is known color: Blue Violet. HEX triplet: 76, 2C and E3. RGB value is (118,44,227). Sum of RGB (Red+Green+Blue) = 118+44+227=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 227 (89.06% from 255 or 58.35% from 389); Max value from RGB is 227 - color contains mainly: blue. Hex color #762CE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CE3 is #89D31C. Grayscale: #565656. Windows color (decimal): -9032477 or 14888054. OLE color: 14888054.
HSL color Cylindrical-coordinate representation of color #762CE3: hue angle of 264.26º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762CE3 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 44 | 227 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.11 |
| HSL | 264.26º | 0.77% | 0.53% | - |
| HSV(B) | 264.26º | 0.81% | 0.89% | - |
| XYZ | 22.24 | 11.2 | 73.66 | - |
| YUV | 86.99 | 207.02 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 227 | 0.48 | 0.81 | 0 | 0.11 | 264.26 | 0.77 | 0.53 |
| Hex | 76 | 2C | E3 | 30 | 51 | 0 | B | 108 | 4D | 35 |
| Octal | 166 | 54 | 343 | 60 | 121 | 0 | 13 | 410 | 115 | 65 |
| Binary | 1110110 | 101100 | 11100011 | 110000 | 1010001 | 0 | 1011 | 100001000 | 1001101 | 110101 |
Color Harmonies of #762CE3
Complementary color
Monochromatic Colors of #762CE3
Black with #762CE3
Text Example
Text Example
White with #762CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CE3; }
p { color: rgb(118,44,227); }
H1.HeaderClassName
{
color: #762CE3;
}
.AnyTagClassName
{
color: #762CE3;
}
</style>
background-color css
<style>
a { background-color: #762CE3; }
a { background-color: rgb(118,44,227); }
div.DivClassName
{
background-color: #762CE3;
}
.BgClassName
{
background-color: #762CE3;
}
</style>
border-color css
<style>
span { border-color: #762CE3; }
span { border-color: rgb(118,44,227); }
td.TdClassName
{
border-color: #762CE3;
}
.TagClassName
{
border-color: #762CE3;
}
</style>