Shades of Blue Violet #772CED
Tints of Blue Violet #772CED
RGB
CMYK
RGB Variations
Color information
#772CED (or 0x772CED) is known color: Blue Violet. HEX triplet: 77, 2C and ED. RGB value is (119,44,237). Sum of RGB (Red+Green+Blue) = 119+44+237=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #772CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772CED is #88D312. Grayscale: #575757. Windows color (decimal): -8966931 or 15543415. OLE color: 15543415.
HSL color Cylindrical-coordinate representation of color #772CED: hue angle of 263.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #772CED is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 44 | 237 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.07 |
| HSL | 263.32º | 0.84% | 0.55% | - |
| HSV(B) | 263.32º | 0.81% | 0.93% | - |
| XYZ | 23.79 | 11.84 | 81.15 | - |
| YUV | 88.43 | 211.85 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 237 | 0.50 | 0.81 | 0 | 0.07 | 263.32 | 0.84 | 0.55 |
| Hex | 77 | 2C | ED | 32 | 51 | 0 | 7 | 107 | 54 | 37 |
| Octal | 167 | 54 | 355 | 62 | 121 | 0 | 7 | 407 | 124 | 67 |
| Binary | 1110111 | 101100 | 11101101 | 110010 | 1010001 | 0 | 111 | 100000111 | 1010100 | 110111 |
Color Harmonies of #772CED
Complementary color
Monochromatic Colors of #772CED
Black with #772CED
Text Example
Text Example
White with #772CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772CED; }
p { color: rgb(119,44,237); }
H1.HeaderClassName
{
color: #772CED;
}
.AnyTagClassName
{
color: #772CED;
}
</style>
background-color css
<style>
a { background-color: #772CED; }
a { background-color: rgb(119,44,237); }
div.DivClassName
{
background-color: #772CED;
}
.BgClassName
{
background-color: #772CED;
}
</style>
border-color css
<style>
span { border-color: #772CED; }
span { border-color: rgb(119,44,237); }
td.TdClassName
{
border-color: #772CED;
}
.TagClassName
{
border-color: #772CED;
}
</style>