Shades of Blue Violet #772DED
Tints of Blue Violet #772DED
RGB
CMYK
RGB Variations
Color information
#772DED (or 0x772DED) is known color: Blue Violet. HEX triplet: 77, 2D and ED. RGB value is (119,45,237). Sum of RGB (Red+Green+Blue) = 119+45+237=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #772DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772DED is #88D212. Grayscale: #585858. Windows color (decimal): -8966675 or 15543671. OLE color: 15543671.
HSL color Cylindrical-coordinate representation of color #772DED: hue angle of 263.12º 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 #772DED is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 45 | 237 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.07 |
| HSL | 263.13º | 0.84% | 0.55% | - |
| HSV(B) | 263.13º | 0.81% | 0.93% | - |
| XYZ | 23.83 | 11.91 | 81.16 | - |
| YUV | 89.01 | 211.52 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 237 | 0.50 | 0.81 | 0 | 0.07 | 263.13 | 0.84 | 0.55 |
| Hex | 77 | 2D | ED | 32 | 51 | 0 | 7 | 107 | 54 | 37 |
| Octal | 167 | 55 | 355 | 62 | 121 | 0 | 7 | 407 | 124 | 67 |
| Binary | 1110111 | 101101 | 11101101 | 110010 | 1010001 | 0 | 111 | 100000111 | 1010100 | 110111 |
Color Harmonies of #772DED
Complementary color
Monochromatic Colors of #772DED
Black with #772DED
Text Example
Text Example
White with #772DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772DED; }
p { color: rgb(119,45,237); }
H1.HeaderClassName
{
color: #772DED;
}
.AnyTagClassName
{
color: #772DED;
}
</style>
background-color css
<style>
a { background-color: #772DED; }
a { background-color: rgb(119,45,237); }
div.DivClassName
{
background-color: #772DED;
}
.BgClassName
{
background-color: #772DED;
}
</style>
border-color css
<style>
span { border-color: #772DED; }
span { border-color: rgb(119,45,237); }
td.TdClassName
{
border-color: #772DED;
}
.TagClassName
{
border-color: #772DED;
}
</style>