Shades of Blue Violet #763EFC
Tints of Blue Violet #763EFC
RGB
CMYK
RGB Variations
Color information
#763EFC (or 0x763EFC) is known color: Blue Violet. HEX triplet: 76, 3E and FC. RGB value is (118,62,252). Sum of RGB (Red+Green+Blue) = 118+62+252=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #763EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763EFC is #89C103. Grayscale: #636363. Windows color (decimal): -9027844 or 16531062. OLE color: 16531062.
HSL color Cylindrical-coordinate representation of color #763EFC: hue angle of 257.68º 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 #763EFC is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 62 | 252 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.01 |
| HSL | 257.68º | 0.97% | 0.62% | - |
| HSV(B) | 257.68º | 0.75% | 0.99% | - |
| XYZ | 26.76 | 14.33 | 93.45 | - |
| YUV | 100.4 | 213.55 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 252 | 0.53 | 0.75 | 0 | 0.01 | 257.68 | 0.97 | 0.62 |
| Hex | 76 | 3E | FC | 35 | 4B | 0 | 1 | 102 | 61 | 3E |
| Octal | 166 | 76 | 374 | 65 | 113 | 0 | 1 | 402 | 141 | 76 |
| Binary | 1110110 | 111110 | 11111100 | 110101 | 1001011 | 0 | 1 | 100000010 | 1100001 | 111110 |
Color Harmonies of #763EFC
Complementary color
Monochromatic Colors of #763EFC
Black with #763EFC
Text Example
Text Example
White with #763EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763EFC; }
p { color: rgb(118,62,252); }
H1.HeaderClassName
{
color: #763EFC;
}
.AnyTagClassName
{
color: #763EFC;
}
</style>
background-color css
<style>
a { background-color: #763EFC; }
a { background-color: rgb(118,62,252); }
div.DivClassName
{
background-color: #763EFC;
}
.BgClassName
{
background-color: #763EFC;
}
</style>
border-color css
<style>
span { border-color: #763EFC; }
span { border-color: rgb(118,62,252); }
td.TdClassName
{
border-color: #763EFC;
}
.TagClassName
{
border-color: #763EFC;
}
</style>