Shades of Blue Violet #763DDF
Tints of Blue Violet #763DDF
RGB
CMYK
RGB Variations
Color information
#763DDF (or 0x763DDF) is known color: Blue Violet. HEX triplet: 76, 3D and DF. RGB value is (118,61,223). Sum of RGB (Red+Green+Blue) = 118+61+223=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #763DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763DDF is #89C220. Grayscale: #5F5F5F. Windows color (decimal): -9028129 or 14630262. OLE color: 14630262.
HSL color Cylindrical-coordinate representation of color #763DDF: hue angle of 261.11º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #763DDF is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 61 | 223 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.13 |
| HSL | 261.11º | 0.72% | 0.56% | - |
| HSV(B) | 261.11º | 0.73% | 0.87% | - |
| XYZ | 22.46 | 12.52 | 71.04 | - |
| YUV | 96.51 | 199.38 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 223 | 0.47 | 0.73 | 0 | 0.13 | 261.11 | 0.72 | 0.56 |
| Hex | 76 | 3D | DF | 2F | 49 | 0 | D | 105 | 48 | 38 |
| Octal | 166 | 75 | 337 | 57 | 111 | 0 | 15 | 405 | 110 | 70 |
| Binary | 1110110 | 111101 | 11011111 | 101111 | 1001001 | 0 | 1101 | 100000101 | 1001000 | 111000 |
Color Harmonies of #763DDF
Complementary color
Monochromatic Colors of #763DDF
Black with #763DDF
Text Example
Text Example
White with #763DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763DDF; }
p { color: rgb(118,61,223); }
H1.HeaderClassName
{
color: #763DDF;
}
.AnyTagClassName
{
color: #763DDF;
}
</style>
background-color css
<style>
a { background-color: #763DDF; }
a { background-color: rgb(118,61,223); }
div.DivClassName
{
background-color: #763DDF;
}
.BgClassName
{
background-color: #763DDF;
}
</style>
border-color css
<style>
span { border-color: #763DDF; }
span { border-color: rgb(118,61,223); }
td.TdClassName
{
border-color: #763DDF;
}
.TagClassName
{
border-color: #763DDF;
}
</style>