Shades of Blue Violet #773DDC
Tints of Blue Violet #773DDC
RGB
CMYK
RGB Variations
Color information
#773DDC (or 0x773DDC) is known color: Blue Violet. HEX triplet: 77, 3D and DC. RGB value is (119,61,220). Sum of RGB (Red+Green+Blue) = 119+61+220=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #773DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773DDC is #88C223. Grayscale: #5F5F5F. Windows color (decimal): -8962596 or 14433655. OLE color: 14433655.
HSL color Cylindrical-coordinate representation of color #773DDC: hue angle of 261.89º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #773DDC is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 61 | 220 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.14 |
| HSL | 261.89º | 0.69% | 0.55% | - |
| HSV(B) | 261.89º | 0.72% | 0.86% | - |
| XYZ | 22.19 | 12.43 | 68.94 | - |
| YUV | 96.47 | 197.72 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 220 | 0.46 | 0.72 | 0 | 0.14 | 261.89 | 0.69 | 0.55 |
| Hex | 77 | 3D | DC | 2E | 48 | 0 | E | 106 | 45 | 37 |
| Octal | 167 | 75 | 334 | 56 | 110 | 0 | 16 | 406 | 105 | 67 |
| Binary | 1110111 | 111101 | 11011100 | 101110 | 1001000 | 0 | 1110 | 100000110 | 1000101 | 110111 |
Color Harmonies of #773DDC
Complementary color
Monochromatic Colors of #773DDC
Black with #773DDC
Text Example
Text Example
White with #773DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773DDC; }
p { color: rgb(119,61,220); }
H1.HeaderClassName
{
color: #773DDC;
}
.AnyTagClassName
{
color: #773DDC;
}
</style>
background-color css
<style>
a { background-color: #773DDC; }
a { background-color: rgb(119,61,220); }
div.DivClassName
{
background-color: #773DDC;
}
.BgClassName
{
background-color: #773DDC;
}
</style>
border-color css
<style>
span { border-color: #773DDC; }
span { border-color: rgb(119,61,220); }
td.TdClassName
{
border-color: #773DDC;
}
.TagClassName
{
border-color: #773DDC;
}
</style>