Shades of Blue Violet #763BDD
Tints of Blue Violet #763BDD
RGB
CMYK
RGB Variations
Color information
#763BDD (or 0x763BDD) is known color: Blue Violet. HEX triplet: 76, 3B and DD. RGB value is (118,59,221). Sum of RGB (Red+Green+Blue) = 118+59+221=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #763BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763BDD is #89C422. Grayscale: #5E5E5E. Windows color (decimal): -9028643 or 14498678. OLE color: 14498678.
HSL color Cylindrical-coordinate representation of color #763BDD: hue angle of 261.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #763BDD is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 59 | 221 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.13 |
| HSL | 261.85º | 0.7% | 0.55% | - |
| HSV(B) | 261.85º | 0.73% | 0.87% | - |
| XYZ | 22.09 | 12.2 | 69.6 | - |
| YUV | 95.11 | 199.05 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 221 | 0.47 | 0.73 | 0 | 0.13 | 261.85 | 0.7 | 0.55 |
| Hex | 76 | 3B | DD | 2F | 49 | 0 | D | 106 | 46 | 37 |
| Octal | 166 | 73 | 335 | 57 | 111 | 0 | 15 | 406 | 106 | 67 |
| Binary | 1110110 | 111011 | 11011101 | 101111 | 1001001 | 0 | 1101 | 100000110 | 1000110 | 110111 |
Color Harmonies of #763BDD
Complementary color
Monochromatic Colors of #763BDD
Black with #763BDD
Text Example
Text Example
White with #763BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763BDD; }
p { color: rgb(118,59,221); }
H1.HeaderClassName
{
color: #763BDD;
}
.AnyTagClassName
{
color: #763BDD;
}
</style>
background-color css
<style>
a { background-color: #763BDD; }
a { background-color: rgb(118,59,221); }
div.DivClassName
{
background-color: #763BDD;
}
.BgClassName
{
background-color: #763BDD;
}
</style>
border-color css
<style>
span { border-color: #763BDD; }
span { border-color: rgb(118,59,221); }
td.TdClassName
{
border-color: #763BDD;
}
.TagClassName
{
border-color: #763BDD;
}
</style>