Shades of Blue Violet #772BEC
Tints of Blue Violet #772BEC
RGB
CMYK
RGB Variations
Color information
#772BEC (or 0x772BEC) is known color: Blue Violet. HEX triplet: 77, 2B and EC. RGB value is (119,43,236). Sum of RGB (Red+Green+Blue) = 119+43+236=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #772BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772BEC is #88D413. Grayscale: #575757. Windows color (decimal): -8967188 or 15477623. OLE color: 15477623.
HSL color Cylindrical-coordinate representation of color #772BEC: hue angle of 263.63º 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 #772BEC is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 43 | 236 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.07 |
| HSL | 263.63º | 0.84% | 0.55% | - |
| HSV(B) | 263.63º | 0.82% | 0.93% | - |
| XYZ | 23.61 | 11.71 | 80.37 | - |
| YUV | 87.73 | 211.68 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 236 | 0.50 | 0.82 | 0 | 0.07 | 263.63 | 0.84 | 0.55 |
| Hex | 77 | 2B | EC | 32 | 52 | 0 | 7 | 108 | 54 | 37 |
| Octal | 167 | 53 | 354 | 62 | 122 | 0 | 7 | 410 | 124 | 67 |
| Binary | 1110111 | 101011 | 11101100 | 110010 | 1010010 | 0 | 111 | 100001000 | 1010100 | 110111 |
Color Harmonies of #772BEC
Complementary color
Monochromatic Colors of #772BEC
Black with #772BEC
Text Example
Text Example
White with #772BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772BEC; }
p { color: rgb(119,43,236); }
H1.HeaderClassName
{
color: #772BEC;
}
.AnyTagClassName
{
color: #772BEC;
}
</style>
background-color css
<style>
a { background-color: #772BEC; }
a { background-color: rgb(119,43,236); }
div.DivClassName
{
background-color: #772BEC;
}
.BgClassName
{
background-color: #772BEC;
}
</style>
border-color css
<style>
span { border-color: #772BEC; }
span { border-color: rgb(119,43,236); }
td.TdClassName
{
border-color: #772BEC;
}
.TagClassName
{
border-color: #772BEC;
}
</style>