Shades of Blue Violet #773BE3
Tints of Blue Violet #773BE3
RGB
CMYK
RGB Variations
Color information
#773BE3 (or 0x773BE3) is known color: Blue Violet. HEX triplet: 77, 3B and E3. RGB value is (119,59,227). Sum of RGB (Red+Green+Blue) = 119+59+227=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 227 (89.06% from 255 or 56.05% from 405); Max value from RGB is 227 - color contains mainly: blue. Hex color #773BE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773BE3 is #88C41C. Grayscale: #5F5F5F. Windows color (decimal): -8963101 or 14891895. OLE color: 14891895.
HSL color Cylindrical-coordinate representation of color #773BE3: hue angle of 261.43º 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 #773BE3 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 59 | 227 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.11 |
| HSL | 261.43º | 0.75% | 0.56% | - |
| HSV(B) | 261.43º | 0.74% | 0.89% | - |
| XYZ | 23.04 | 12.6 | 73.89 | - |
| YUV | 96.09 | 201.88 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 227 | 0.48 | 0.74 | 0 | 0.11 | 261.43 | 0.75 | 0.56 |
| Hex | 77 | 3B | E3 | 30 | 4A | 0 | B | 105 | 4B | 38 |
| Octal | 167 | 73 | 343 | 60 | 112 | 0 | 13 | 405 | 113 | 70 |
| Binary | 1110111 | 111011 | 11100011 | 110000 | 1001010 | 0 | 1011 | 100000101 | 1001011 | 111000 |
Color Harmonies of #773BE3
Complementary color
Monochromatic Colors of #773BE3
Black with #773BE3
Text Example
Text Example
White with #773BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773BE3; }
p { color: rgb(119,59,227); }
H1.HeaderClassName
{
color: #773BE3;
}
.AnyTagClassName
{
color: #773BE3;
}
</style>
background-color css
<style>
a { background-color: #773BE3; }
a { background-color: rgb(119,59,227); }
div.DivClassName
{
background-color: #773BE3;
}
.BgClassName
{
background-color: #773BE3;
}
</style>
border-color css
<style>
span { border-color: #773BE3; }
span { border-color: rgb(119,59,227); }
td.TdClassName
{
border-color: #773BE3;
}
.TagClassName
{
border-color: #773BE3;
}
</style>