Shades of Blue Violet #772EDA
Tints of Blue Violet #772EDA
RGB
CMYK
RGB Variations
Color information
#772EDA (or 0x772EDA) is known color: Blue Violet. HEX triplet: 77, 2E and DA. RGB value is (119,46,218). Sum of RGB (Red+Green+Blue) = 119+46+218=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #772EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772EDA is #88D125. Grayscale: #565656. Windows color (decimal): -8966438 or 14298743. OLE color: 14298743.
HSL color Cylindrical-coordinate representation of color #772EDA: hue angle of 265.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772EDA is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 46 | 218 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.15 |
| HSL | 265.47º | 0.7% | 0.52% | - |
| HSV(B) | 265.47º | 0.79% | 0.85% | - |
| XYZ | 21.24 | 10.94 | 67.32 | - |
| YUV | 87.44 | 201.68 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 218 | 0.45 | 0.79 | 0 | 0.15 | 265.47 | 0.7 | 0.52 |
| Hex | 77 | 2E | DA | 2D | 4F | 0 | F | 109 | 46 | 34 |
| Octal | 167 | 56 | 332 | 55 | 117 | 0 | 17 | 411 | 106 | 64 |
| Binary | 1110111 | 101110 | 11011010 | 101101 | 1001111 | 0 | 1111 | 100001001 | 1000110 | 110100 |
Color Harmonies of #772EDA
Complementary color
Monochromatic Colors of #772EDA
Black with #772EDA
Text Example
Text Example
White with #772EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772EDA; }
p { color: rgb(119,46,218); }
H1.HeaderClassName
{
color: #772EDA;
}
.AnyTagClassName
{
color: #772EDA;
}
</style>
background-color css
<style>
a { background-color: #772EDA; }
a { background-color: rgb(119,46,218); }
div.DivClassName
{
background-color: #772EDA;
}
.BgClassName
{
background-color: #772EDA;
}
</style>
border-color css
<style>
span { border-color: #772EDA; }
span { border-color: rgb(119,46,218); }
td.TdClassName
{
border-color: #772EDA;
}
.TagClassName
{
border-color: #772EDA;
}
</style>