Shades of Blue Violet #763FDB
Tints of Blue Violet #763FDB
RGB
CMYK
RGB Variations
Color information
#763FDB (or 0x763FDB) is known color: Blue Violet. HEX triplet: 76, 3F and DB. RGB value is (118,63,219). Sum of RGB (Red+Green+Blue) = 118+63+219=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #763FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763FDB is #89C024. Grayscale: #606060. Windows color (decimal): -9027621 or 14368630. OLE color: 14368630.
HSL color Cylindrical-coordinate representation of color #763FDB: hue angle of 261.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #763FDB is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 63 | 219 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.14 |
| HSL | 261.15º | 0.68% | 0.55% | - |
| HSV(B) | 261.15º | 0.71% | 0.86% | - |
| XYZ | 22.03 | 12.52 | 68.27 | - |
| YUV | 97.23 | 196.72 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 219 | 0.46 | 0.71 | 0 | 0.14 | 261.15 | 0.68 | 0.55 |
| Hex | 76 | 3F | DB | 2E | 47 | 0 | E | 105 | 44 | 37 |
| Octal | 166 | 77 | 333 | 56 | 107 | 0 | 16 | 405 | 104 | 67 |
| Binary | 1110110 | 111111 | 11011011 | 101110 | 1000111 | 0 | 1110 | 100000101 | 1000100 | 110111 |
Color Harmonies of #763FDB
Complementary color
Monochromatic Colors of #763FDB
Black with #763FDB
Text Example
Text Example
White with #763FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763FDB; }
p { color: rgb(118,63,219); }
H1.HeaderClassName
{
color: #763FDB;
}
.AnyTagClassName
{
color: #763FDB;
}
</style>
background-color css
<style>
a { background-color: #763FDB; }
a { background-color: rgb(118,63,219); }
div.DivClassName
{
background-color: #763FDB;
}
.BgClassName
{
background-color: #763FDB;
}
</style>
border-color css
<style>
span { border-color: #763FDB; }
span { border-color: rgb(118,63,219); }
td.TdClassName
{
border-color: #763FDB;
}
.TagClassName
{
border-color: #763FDB;
}
</style>