Shades of Blue Violet #763FDD
Tints of Blue Violet #763FDD
RGB
CMYK
RGB Variations
Color information
#763FDD (or 0x763FDD) is known color: Blue Violet. HEX triplet: 76, 3F and DD. RGB value is (118,63,221). Sum of RGB (Red+Green+Blue) = 118+63+221=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #763FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763FDD is #89C022. Grayscale: #606060. Windows color (decimal): -9027619 or 14499702. OLE color: 14499702.
HSL color Cylindrical-coordinate representation of color #763FDD: hue angle of 260.89º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #763FDD is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 63 | 221 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.13 |
| HSL | 260.89º | 0.7% | 0.56% | - |
| HSV(B) | 260.89º | 0.71% | 0.87% | - |
| XYZ | 22.3 | 12.63 | 69.67 | - |
| YUV | 97.46 | 197.72 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 221 | 0.47 | 0.71 | 0 | 0.13 | 260.89 | 0.7 | 0.56 |
| Hex | 76 | 3F | DD | 2F | 47 | 0 | D | 105 | 46 | 38 |
| Octal | 166 | 77 | 335 | 57 | 107 | 0 | 15 | 405 | 106 | 70 |
| Binary | 1110110 | 111111 | 11011101 | 101111 | 1000111 | 0 | 1101 | 100000101 | 1000110 | 111000 |
Color Harmonies of #763FDD
Complementary color
Monochromatic Colors of #763FDD
Black with #763FDD
Text Example
Text Example
White with #763FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763FDD; }
p { color: rgb(118,63,221); }
H1.HeaderClassName
{
color: #763FDD;
}
.AnyTagClassName
{
color: #763FDD;
}
</style>
background-color css
<style>
a { background-color: #763FDD; }
a { background-color: rgb(118,63,221); }
div.DivClassName
{
background-color: #763FDD;
}
.BgClassName
{
background-color: #763FDD;
}
</style>
border-color css
<style>
span { border-color: #763FDD; }
span { border-color: rgb(118,63,221); }
td.TdClassName
{
border-color: #763FDD;
}
.TagClassName
{
border-color: #763FDD;
}
</style>