Shades of Blue Violet #763DFF
Tints of Blue Violet #763DFF
RGB
CMYK
RGB Variations
Color information
#763DFF (or 0x763DFF) is known color: Blue Violet. HEX triplet: 76, 3D and FF. RGB value is (118,61,255). Sum of RGB (Red+Green+Blue) = 118+61+255=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #763DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763DFF is #89C200. Grayscale: #636363. Windows color (decimal): -9028097 or 16727414. OLE color: 16727414.
HSL color Cylindrical-coordinate representation of color #763DFF: hue angle of 257.63º 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 #763DFF is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 61 | 255 | - |
| CMYK | 0.54 | 0.76 | 0 | 0 |
| HSL | 257.63º | 1% | 0.62% | - |
| HSV(B) | 257.63º | 0.76% | 1% | - |
| XYZ | 27.19 | 14.41 | 95.96 | - |
| YUV | 100.16 | 215.38 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 255 | 0.54 | 0.76 | 0 | 0 | 257.63 | 1 | 0.62 |
| Hex | 76 | 3D | FF | 36 | 4C | 0 | 0 | 102 | 64 | 3E |
| Octal | 166 | 75 | 377 | 66 | 114 | 0 | 0 | 402 | 144 | 76 |
| Binary | 1110110 | 111101 | 11111111 | 110110 | 1001100 | 0 | 0 | 100000010 | 1100100 | 111110 |
Color Harmonies of #763DFF
Complementary color
Monochromatic Colors of #763DFF
Black with #763DFF
Text Example
Text Example
White with #763DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763DFF; }
p { color: rgb(118,61,255); }
H1.HeaderClassName
{
color: #763DFF;
}
.AnyTagClassName
{
color: #763DFF;
}
</style>
background-color css
<style>
a { background-color: #763DFF; }
a { background-color: rgb(118,61,255); }
div.DivClassName
{
background-color: #763DFF;
}
.BgClassName
{
background-color: #763DFF;
}
</style>
border-color css
<style>
span { border-color: #763DFF; }
span { border-color: rgb(118,61,255); }
td.TdClassName
{
border-color: #763DFF;
}
.TagClassName
{
border-color: #763DFF;
}
</style>