Shades of Blue Violet #763FE0
Tints of Blue Violet #763FE0
RGB
CMYK
RGB Variations
Color information
#763FE0 (or 0x763FE0) is known color: Blue Violet. HEX triplet: 76, 3F and E0. RGB value is (118,63,224). Sum of RGB (Red+Green+Blue) = 118+63+224=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #763FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763FE0 is #89C01F. Grayscale: #616161. Windows color (decimal): -9027616 or 14696310. OLE color: 14696310.
HSL color Cylindrical-coordinate representation of color #763FE0: hue angle of 260.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #763FE0 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 63 | 224 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.12 |
| HSL | 260.5º | 0.72% | 0.56% | - |
| HSV(B) | 260.5º | 0.72% | 0.88% | - |
| XYZ | 22.7 | 12.79 | 71.79 | - |
| YUV | 97.8 | 199.22 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 224 | 0.47 | 0.72 | 0 | 0.12 | 260.5 | 0.72 | 0.56 |
| Hex | 76 | 3F | E0 | 2F | 48 | 0 | C | 104 | 48 | 38 |
| Octal | 166 | 77 | 340 | 57 | 110 | 0 | 14 | 404 | 110 | 70 |
| Binary | 1110110 | 111111 | 11100000 | 101111 | 1001000 | 0 | 1100 | 100000100 | 1001000 | 111000 |
Color Harmonies of #763FE0
Complementary color
Monochromatic Colors of #763FE0
Black with #763FE0
Text Example
Text Example
White with #763FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763FE0; }
p { color: rgb(118,63,224); }
H1.HeaderClassName
{
color: #763FE0;
}
.AnyTagClassName
{
color: #763FE0;
}
</style>
background-color css
<style>
a { background-color: #763FE0; }
a { background-color: rgb(118,63,224); }
div.DivClassName
{
background-color: #763FE0;
}
.BgClassName
{
background-color: #763FE0;
}
</style>
border-color css
<style>
span { border-color: #763FE0; }
span { border-color: rgb(118,63,224); }
td.TdClassName
{
border-color: #763FE0;
}
.TagClassName
{
border-color: #763FE0;
}
</style>