Shades of Blue Violet #773CE3
Tints of Blue Violet #773CE3
RGB
CMYK
RGB Variations
Color information
#773CE3 (or 0x773CE3) is known color: Blue Violet. HEX triplet: 77, 3C and E3. RGB value is (119,60,227). Sum of RGB (Red+Green+Blue) = 119+60+227=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 227 (89.06% from 255 or 55.91% from 406); Max value from RGB is 227 - color contains mainly: blue. Hex color #773CE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773CE3 is #88C31C. Grayscale: #606060. Windows color (decimal): -8962845 or 14892151. OLE color: 14892151.
HSL color Cylindrical-coordinate representation of color #773CE3: hue angle of 261.2º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #773CE3 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 60 | 227 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.11 |
| HSL | 261.2º | 0.75% | 0.56% | - |
| HSV(B) | 261.2º | 0.74% | 0.89% | - |
| XYZ | 23.09 | 12.7 | 73.91 | - |
| YUV | 96.68 | 201.55 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 227 | 0.48 | 0.74 | 0 | 0.11 | 261.2 | 0.75 | 0.56 |
| Hex | 77 | 3C | E3 | 30 | 4A | 0 | B | 105 | 4B | 38 |
| Octal | 167 | 74 | 343 | 60 | 112 | 0 | 13 | 405 | 113 | 70 |
| Binary | 1110111 | 111100 | 11100011 | 110000 | 1001010 | 0 | 1011 | 100000101 | 1001011 | 111000 |
Color Harmonies of #773CE3
Complementary color
Monochromatic Colors of #773CE3
Black with #773CE3
Text Example
Text Example
White with #773CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773CE3; }
p { color: rgb(119,60,227); }
H1.HeaderClassName
{
color: #773CE3;
}
.AnyTagClassName
{
color: #773CE3;
}
</style>
background-color css
<style>
a { background-color: #773CE3; }
a { background-color: rgb(119,60,227); }
div.DivClassName
{
background-color: #773CE3;
}
.BgClassName
{
background-color: #773CE3;
}
</style>
border-color css
<style>
span { border-color: #773CE3; }
span { border-color: rgb(119,60,227); }
td.TdClassName
{
border-color: #773CE3;
}
.TagClassName
{
border-color: #773CE3;
}
</style>