Shades of Blue Violet #772DDE
Tints of Blue Violet #772DDE
RGB
CMYK
RGB Variations
Color information
#772DDE (or 0x772DDE) is known color: Blue Violet. HEX triplet: 77, 2D and DE. RGB value is (119,45,222). Sum of RGB (Red+Green+Blue) = 119+45+222=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #772DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772DDE is #88D221. Grayscale: #565656. Windows color (decimal): -8966690 or 14560631. OLE color: 14560631.
HSL color Cylindrical-coordinate representation of color #772DDE: hue angle of 265.08º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #772DDE is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 45 | 222 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.13 |
| HSL | 265.08º | 0.73% | 0.52% | - |
| HSV(B) | 265.08º | 0.8% | 0.87% | - |
| XYZ | 21.73 | 11.07 | 70.1 | - |
| YUV | 87.3 | 204.02 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 222 | 0.46 | 0.80 | 0 | 0.13 | 265.08 | 0.73 | 0.52 |
| Hex | 77 | 2D | DE | 2E | 50 | 0 | D | 109 | 49 | 34 |
| Octal | 167 | 55 | 336 | 56 | 120 | 0 | 15 | 411 | 111 | 64 |
| Binary | 1110111 | 101101 | 11011110 | 101110 | 1010000 | 0 | 1101 | 100001001 | 1001001 | 110100 |
Color Harmonies of #772DDE
Complementary color
Monochromatic Colors of #772DDE
Black with #772DDE
Text Example
Text Example
White with #772DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772DDE; }
p { color: rgb(119,45,222); }
H1.HeaderClassName
{
color: #772DDE;
}
.AnyTagClassName
{
color: #772DDE;
}
</style>
background-color css
<style>
a { background-color: #772DDE; }
a { background-color: rgb(119,45,222); }
div.DivClassName
{
background-color: #772DDE;
}
.BgClassName
{
background-color: #772DDE;
}
</style>
border-color css
<style>
span { border-color: #772DDE; }
span { border-color: rgb(119,45,222); }
td.TdClassName
{
border-color: #772DDE;
}
.TagClassName
{
border-color: #772DDE;
}
</style>