Shades of Blue Violet #772BED
Tints of Blue Violet #772BED
RGB
CMYK
RGB Variations
Color information
#772BED (or 0x772BED) is known color: Blue Violet. HEX triplet: 77, 2B and ED. RGB value is (119,43,237). Sum of RGB (Red+Green+Blue) = 119+43+237=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #772BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772BED is #88D412. Grayscale: #575757. Windows color (decimal): -8967187 or 15543159. OLE color: 15543159.
HSL color Cylindrical-coordinate representation of color #772BED: hue angle of 263.51º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772BED is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 43 | 237 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.07 |
| HSL | 263.51º | 0.84% | 0.55% | - |
| HSV(B) | 263.51º | 0.82% | 0.93% | - |
| XYZ | 23.76 | 11.76 | 81.14 | - |
| YUV | 87.84 | 212.18 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 237 | 0.50 | 0.82 | 0 | 0.07 | 263.51 | 0.84 | 0.55 |
| Hex | 77 | 2B | ED | 32 | 52 | 0 | 7 | 108 | 54 | 37 |
| Octal | 167 | 53 | 355 | 62 | 122 | 0 | 7 | 410 | 124 | 67 |
| Binary | 1110111 | 101011 | 11101101 | 110010 | 1010010 | 0 | 111 | 100001000 | 1010100 | 110111 |
Color Harmonies of #772BED
Complementary color
Monochromatic Colors of #772BED
Black with #772BED
Text Example
Text Example
White with #772BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772BED; }
p { color: rgb(119,43,237); }
H1.HeaderClassName
{
color: #772BED;
}
.AnyTagClassName
{
color: #772BED;
}
</style>
background-color css
<style>
a { background-color: #772BED; }
a { background-color: rgb(119,43,237); }
div.DivClassName
{
background-color: #772BED;
}
.BgClassName
{
background-color: #772BED;
}
</style>
border-color css
<style>
span { border-color: #772BED; }
span { border-color: rgb(119,43,237); }
td.TdClassName
{
border-color: #772BED;
}
.TagClassName
{
border-color: #772BED;
}
</style>