Shades of Blue Violet #763CFF
Tints of Blue Violet #763CFF
RGB
CMYK
RGB Variations
Color information
#763CFF (or 0x763CFF) is known color: Blue Violet. HEX triplet: 76, 3C and FF. RGB value is (118,60,255). Sum of RGB (Red+Green+Blue) = 118+60+255=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #763CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763CFF is #89C300. Grayscale: #626262. Windows color (decimal): -9028353 or 16727158. OLE color: 16727158.
HSL color Cylindrical-coordinate representation of color #763CFF: hue angle of 257.85º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #763CFF is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 60 | 255 | - |
| CMYK | 0.54 | 0.76 | 0 | 0 |
| HSL | 257.85º | 1% | 0.62% | - |
| HSV(B) | 257.85º | 0.76% | 1% | - |
| XYZ | 27.14 | 14.3 | 95.94 | - |
| YUV | 99.57 | 215.72 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 255 | 0.54 | 0.76 | 0 | 0 | 257.85 | 1 | 0.62 |
| Hex | 76 | 3C | FF | 36 | 4C | 0 | 0 | 102 | 64 | 3E |
| Octal | 166 | 74 | 377 | 66 | 114 | 0 | 0 | 402 | 144 | 76 |
| Binary | 1110110 | 111100 | 11111111 | 110110 | 1001100 | 0 | 0 | 100000010 | 1100100 | 111110 |
Color Harmonies of #763CFF
Complementary color
Monochromatic Colors of #763CFF
Black with #763CFF
Text Example
Text Example
White with #763CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763CFF; }
p { color: rgb(118,60,255); }
H1.HeaderClassName
{
color: #763CFF;
}
.AnyTagClassName
{
color: #763CFF;
}
</style>
background-color css
<style>
a { background-color: #763CFF; }
a { background-color: rgb(118,60,255); }
div.DivClassName
{
background-color: #763CFF;
}
.BgClassName
{
background-color: #763CFF;
}
</style>
border-color css
<style>
span { border-color: #763CFF; }
span { border-color: rgb(118,60,255); }
td.TdClassName
{
border-color: #763CFF;
}
.TagClassName
{
border-color: #763CFF;
}
</style>