Shades of Blue Violet #763FE5
Tints of Blue Violet #763FE5
RGB
CMYK
RGB Variations
Color information
#763FE5 (or 0x763FE5) is known color: Blue Violet. HEX triplet: 76, 3F and E5. RGB value is (118,63,229). Sum of RGB (Red+Green+Blue) = 118+63+229=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 229 (89.84% from 255 or 55.85% from 410); Max value from RGB is 229 - color contains mainly: blue. Hex color #763FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763FE5 is #89C01A. Grayscale: #616161. Windows color (decimal): -9027611 or 15023990. OLE color: 15023990.
HSL color Cylindrical-coordinate representation of color #763FE5: hue angle of 259.88º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #763FE5 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 63 | 229 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.10 |
| HSL | 259.88º | 0.76% | 0.57% | - |
| HSV(B) | 259.88º | 0.72% | 0.9% | - |
| XYZ | 23.39 | 13.06 | 75.42 | - |
| YUV | 98.37 | 201.72 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 229 | 0.48 | 0.72 | 0 | 0.10 | 259.88 | 0.76 | 0.57 |
| Hex | 76 | 3F | E5 | 30 | 48 | 0 | A | 104 | 4C | 39 |
| Octal | 166 | 77 | 345 | 60 | 110 | 0 | 12 | 404 | 114 | 71 |
| Binary | 1110110 | 111111 | 11100101 | 110000 | 1001000 | 0 | 1010 | 100000100 | 1001100 | 111001 |
Color Harmonies of #763FE5
Complementary color
Monochromatic Colors of #763FE5
Black with #763FE5
Text Example
Text Example
White with #763FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763FE5; }
p { color: rgb(118,63,229); }
H1.HeaderClassName
{
color: #763FE5;
}
.AnyTagClassName
{
color: #763FE5;
}
</style>
background-color css
<style>
a { background-color: #763FE5; }
a { background-color: rgb(118,63,229); }
div.DivClassName
{
background-color: #763FE5;
}
.BgClassName
{
background-color: #763FE5;
}
</style>
border-color css
<style>
span { border-color: #763FE5; }
span { border-color: rgb(118,63,229); }
td.TdClassName
{
border-color: #763FE5;
}
.TagClassName
{
border-color: #763FE5;
}
</style>