Shades of Blue Violet #773FDD
Tints of Blue Violet #773FDD
RGB
CMYK
RGB Variations
Color information
#773FDD (or 0x773FDD) is known color: Blue Violet. HEX triplet: 77, 3F and DD. RGB value is (119,63,221). Sum of RGB (Red+Green+Blue) = 119+63+221=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #773FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FDD is #88C022. Grayscale: #616161. Windows color (decimal): -8962083 or 14499703. OLE color: 14499703.
HSL color Cylindrical-coordinate representation of color #773FDD: hue angle of 261.27º 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 #773FDD is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 63 | 221 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.13 |
| HSL | 261.27º | 0.7% | 0.56% | - |
| HSV(B) | 261.27º | 0.71% | 0.87% | - |
| XYZ | 22.44 | 12.7 | 69.67 | - |
| YUV | 97.76 | 197.55 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 221 | 0.46 | 0.71 | 0 | 0.13 | 261.27 | 0.7 | 0.56 |
| Hex | 77 | 3F | DD | 2E | 47 | 0 | D | 105 | 46 | 38 |
| Octal | 167 | 77 | 335 | 56 | 107 | 0 | 15 | 405 | 106 | 70 |
| Binary | 1110111 | 111111 | 11011101 | 101110 | 1000111 | 0 | 1101 | 100000101 | 1000110 | 111000 |
Color Harmonies of #773FDD
Complementary color
Monochromatic Colors of #773FDD
Black with #773FDD
Text Example
Text Example
White with #773FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773FDD; }
p { color: rgb(119,63,221); }
H1.HeaderClassName
{
color: #773FDD;
}
.AnyTagClassName
{
color: #773FDD;
}
</style>
background-color css
<style>
a { background-color: #773FDD; }
a { background-color: rgb(119,63,221); }
div.DivClassName
{
background-color: #773FDD;
}
.BgClassName
{
background-color: #773FDD;
}
</style>
border-color css
<style>
span { border-color: #773FDD; }
span { border-color: rgb(119,63,221); }
td.TdClassName
{
border-color: #773FDD;
}
.TagClassName
{
border-color: #773FDD;
}
</style>