Shades of Blue Violet #763FFC
Tints of Blue Violet #763FFC
RGB
CMYK
RGB Variations
Color information
#763FFC (or 0x763FFC) is known color: Blue Violet. HEX triplet: 76, 3F and FC. RGB value is (118,63,252). Sum of RGB (Red+Green+Blue) = 118+63+252=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #763FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763FFC is #89C003. Grayscale: #646464. Windows color (decimal): -9027588 or 16531318. OLE color: 16531318.
HSL color Cylindrical-coordinate representation of color #763FFC: hue angle of 257.46º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #763FFC is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 63 | 252 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.01 |
| HSL | 257.46º | 0.97% | 0.62% | - |
| HSV(B) | 257.46º | 0.75% | 0.99% | - |
| XYZ | 26.82 | 14.43 | 93.47 | - |
| YUV | 100.99 | 213.22 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 252 | 0.53 | 0.75 | 0 | 0.01 | 257.46 | 0.97 | 0.62 |
| Hex | 76 | 3F | FC | 35 | 4B | 0 | 1 | 101 | 61 | 3E |
| Octal | 166 | 77 | 374 | 65 | 113 | 0 | 1 | 401 | 141 | 76 |
| Binary | 1110110 | 111111 | 11111100 | 110101 | 1001011 | 0 | 1 | 100000001 | 1100001 | 111110 |
Color Harmonies of #763FFC
Complementary color
Monochromatic Colors of #763FFC
Black with #763FFC
Text Example
Text Example
White with #763FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763FFC; }
p { color: rgb(118,63,252); }
H1.HeaderClassName
{
color: #763FFC;
}
.AnyTagClassName
{
color: #763FFC;
}
</style>
background-color css
<style>
a { background-color: #763FFC; }
a { background-color: rgb(118,63,252); }
div.DivClassName
{
background-color: #763FFC;
}
.BgClassName
{
background-color: #763FFC;
}
</style>
border-color css
<style>
span { border-color: #763FFC; }
span { border-color: rgb(118,63,252); }
td.TdClassName
{
border-color: #763FFC;
}
.TagClassName
{
border-color: #763FFC;
}
</style>