Shades of Blue Violet #773CEE
Tints of Blue Violet #773CEE
RGB
CMYK
RGB Variations
Color information
#773CEE (or 0x773CEE) is known color: Blue Violet. HEX triplet: 77, 3C and EE. RGB value is (119,60,238). Sum of RGB (Red+Green+Blue) = 119+60+238=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #773CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773CEE is #88C311. Grayscale: #616161. Windows color (decimal): -8962834 or 15613047. OLE color: 15613047.
HSL color Cylindrical-coordinate representation of color #773CEE: hue angle of 259.89º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773CEE is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 60 | 238 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.07 |
| HSL | 259.89º | 0.84% | 0.58% | - |
| HSV(B) | 259.89º | 0.75% | 0.93% | - |
| XYZ | 24.66 | 13.33 | 82.16 | - |
| YUV | 97.93 | 207.05 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 238 | 0.50 | 0.75 | 0 | 0.07 | 259.89 | 0.84 | 0.58 |
| Hex | 77 | 3C | EE | 32 | 4B | 0 | 7 | 104 | 54 | 3A |
| Octal | 167 | 74 | 356 | 62 | 113 | 0 | 7 | 404 | 124 | 72 |
| Binary | 1110111 | 111100 | 11101110 | 110010 | 1001011 | 0 | 111 | 100000100 | 1010100 | 111010 |
Color Harmonies of #773CEE
Complementary color
Monochromatic Colors of #773CEE
Black with #773CEE
Text Example
Text Example
White with #773CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773CEE; }
p { color: rgb(119,60,238); }
H1.HeaderClassName
{
color: #773CEE;
}
.AnyTagClassName
{
color: #773CEE;
}
</style>
background-color css
<style>
a { background-color: #773CEE; }
a { background-color: rgb(119,60,238); }
div.DivClassName
{
background-color: #773CEE;
}
.BgClassName
{
background-color: #773CEE;
}
</style>
border-color css
<style>
span { border-color: #773CEE; }
span { border-color: rgb(119,60,238); }
td.TdClassName
{
border-color: #773CEE;
}
.TagClassName
{
border-color: #773CEE;
}
</style>