Shades of Blue Violet #773DDF
Tints of Blue Violet #773DDF
RGB
CMYK
RGB Variations
Color information
#773DDF (or 0x773DDF) is known color: Blue Violet. HEX triplet: 77, 3D and DF. RGB value is (119,61,223). Sum of RGB (Red+Green+Blue) = 119+61+223=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #773DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DDF is #88C220. Grayscale: #606060. Windows color (decimal): -8962593 or 14630263. OLE color: 14630263.
HSL color Cylindrical-coordinate representation of color #773DDF: hue angle of 261.48º 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 #773DDF is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 61 | 223 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.13 |
| HSL | 261.48º | 0.72% | 0.56% | - |
| HSV(B) | 261.48º | 0.73% | 0.87% | - |
| XYZ | 22.6 | 12.59 | 71.05 | - |
| YUV | 96.81 | 199.22 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 223 | 0.47 | 0.73 | 0 | 0.13 | 261.48 | 0.72 | 0.56 |
| Hex | 77 | 3D | DF | 2F | 49 | 0 | D | 105 | 48 | 38 |
| Octal | 167 | 75 | 337 | 57 | 111 | 0 | 15 | 405 | 110 | 70 |
| Binary | 1110111 | 111101 | 11011111 | 101111 | 1001001 | 0 | 1101 | 100000101 | 1001000 | 111000 |
Color Harmonies of #773DDF
Complementary color
Monochromatic Colors of #773DDF
Black with #773DDF
Text Example
Text Example
White with #773DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DDF; }
p { color: rgb(119,61,223); }
H1.HeaderClassName
{
color: #773DDF;
}
.AnyTagClassName
{
color: #773DDF;
}
</style>
background-color css
<style>
a { background-color: #773DDF; }
a { background-color: rgb(119,61,223); }
div.DivClassName
{
background-color: #773DDF;
}
.BgClassName
{
background-color: #773DDF;
}
</style>
border-color css
<style>
span { border-color: #773DDF; }
span { border-color: rgb(119,61,223); }
td.TdClassName
{
border-color: #773DDF;
}
.TagClassName
{
border-color: #773DDF;
}
</style>