Shades of Blue Violet #773DDA
Tints of Blue Violet #773DDA
RGB
CMYK
RGB Variations
Color information
#773DDA (or 0x773DDA) is known color: Blue Violet. HEX triplet: 77, 3D and DA. RGB value is (119,61,218). Sum of RGB (Red+Green+Blue) = 119+61+218=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #773DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DDA is #88C225. Grayscale: #5F5F5F. Windows color (decimal): -8962598 or 14302583. OLE color: 14302583.
HSL color Cylindrical-coordinate representation of color #773DDA: hue angle of 262.17º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #773DDA is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 61 | 218 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.15 |
| HSL | 262.17º | 0.68% | 0.55% | - |
| HSV(B) | 262.17º | 0.72% | 0.85% | - |
| XYZ | 21.93 | 12.32 | 67.55 | - |
| YUV | 96.24 | 196.72 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 218 | 0.45 | 0.72 | 0 | 0.15 | 262.17 | 0.68 | 0.55 |
| Hex | 77 | 3D | DA | 2D | 48 | 0 | F | 106 | 44 | 37 |
| Octal | 167 | 75 | 332 | 55 | 110 | 0 | 17 | 406 | 104 | 67 |
| Binary | 1110111 | 111101 | 11011010 | 101101 | 1001000 | 0 | 1111 | 100000110 | 1000100 | 110111 |
Color Harmonies of #773DDA
Complementary color
Monochromatic Colors of #773DDA
Black with #773DDA
Text Example
Text Example
White with #773DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DDA; }
p { color: rgb(119,61,218); }
H1.HeaderClassName
{
color: #773DDA;
}
.AnyTagClassName
{
color: #773DDA;
}
</style>
background-color css
<style>
a { background-color: #773DDA; }
a { background-color: rgb(119,61,218); }
div.DivClassName
{
background-color: #773DDA;
}
.BgClassName
{
background-color: #773DDA;
}
</style>
border-color css
<style>
span { border-color: #773DDA; }
span { border-color: rgb(119,61,218); }
td.TdClassName
{
border-color: #773DDA;
}
.TagClassName
{
border-color: #773DDA;
}
</style>