Shades of Blue Violet #773DED
Tints of Blue Violet #773DED
RGB
CMYK
RGB Variations
Color information
#773DED (or 0x773DED) is known color: Blue Violet. HEX triplet: 77, 3D and ED. RGB value is (119,61,237). Sum of RGB (Red+Green+Blue) = 119+61+237=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #773DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773DED is #88C212. Grayscale: #616161. Windows color (decimal): -8962579 or 15547767. OLE color: 15547767.
HSL color Cylindrical-coordinate representation of color #773DED: hue angle of 259.77º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #773DED is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 61 | 237 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.07 |
| HSL | 259.77º | 0.83% | 0.58% | - |
| HSV(B) | 259.77º | 0.74% | 0.93% | - |
| XYZ | 24.56 | 13.37 | 81.41 | - |
| YUV | 98.41 | 206.22 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 237 | 0.50 | 0.74 | 0 | 0.07 | 259.77 | 0.83 | 0.58 |
| Hex | 77 | 3D | ED | 32 | 4A | 0 | 7 | 104 | 53 | 3A |
| Octal | 167 | 75 | 355 | 62 | 112 | 0 | 7 | 404 | 123 | 72 |
| Binary | 1110111 | 111101 | 11101101 | 110010 | 1001010 | 0 | 111 | 100000100 | 1010011 | 111010 |
Color Harmonies of #773DED
Complementary color
Monochromatic Colors of #773DED
Black with #773DED
Text Example
Text Example
White with #773DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DED; }
p { color: rgb(119,61,237); }
H1.HeaderClassName
{
color: #773DED;
}
.AnyTagClassName
{
color: #773DED;
}
</style>
background-color css
<style>
a { background-color: #773DED; }
a { background-color: rgb(119,61,237); }
div.DivClassName
{
background-color: #773DED;
}
.BgClassName
{
background-color: #773DED;
}
</style>
border-color css
<style>
span { border-color: #773DED; }
span { border-color: rgb(119,61,237); }
td.TdClassName
{
border-color: #773DED;
}
.TagClassName
{
border-color: #773DED;
}
</style>