Shades of Blue Violet #773FDA
Tints of Blue Violet #773FDA
RGB
CMYK
RGB Variations
Color information
#773FDA (or 0x773FDA) is known color: Blue Violet. HEX triplet: 77, 3F and DA. RGB value is (119,63,218). Sum of RGB (Red+Green+Blue) = 119+63+218=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #773FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FDA is #88C025. Grayscale: #606060. Windows color (decimal): -8962086 or 14303095. OLE color: 14303095.
HSL color Cylindrical-coordinate representation of color #773FDA: hue angle of 261.68º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #773FDA is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 63 | 218 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.15 |
| HSL | 261.68º | 0.68% | 0.55% | - |
| HSV(B) | 261.68º | 0.71% | 0.85% | - |
| XYZ | 22.04 | 12.54 | 67.59 | - |
| YUV | 97.41 | 196.05 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 63 | 218 | 0.45 | 0.71 | 0 | 0.15 | 261.68 | 0.68 | 0.55 |
| Hex | 77 | 3F | DA | 2D | 47 | 0 | F | 106 | 44 | 37 |
| Octal | 167 | 77 | 332 | 55 | 107 | 0 | 17 | 406 | 104 | 67 |
| Binary | 1110111 | 111111 | 11011010 | 101101 | 1000111 | 0 | 1111 | 100000110 | 1000100 | 110111 |
Color Harmonies of #773FDA
Complementary color
Monochromatic Colors of #773FDA
Black with #773FDA
Text Example
Text Example
White with #773FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773FDA; }
p { color: rgb(119,63,218); }
H1.HeaderClassName
{
color: #773FDA;
}
.AnyTagClassName
{
color: #773FDA;
}
</style>
background-color css
<style>
a { background-color: #773FDA; }
a { background-color: rgb(119,63,218); }
div.DivClassName
{
background-color: #773FDA;
}
.BgClassName
{
background-color: #773FDA;
}
</style>
border-color css
<style>
span { border-color: #773FDA; }
span { border-color: rgb(119,63,218); }
td.TdClassName
{
border-color: #773FDA;
}
.TagClassName
{
border-color: #773FDA;
}
</style>