Shades of Blue Violet #772DFE
Tints of Blue Violet #772DFE
RGB
CMYK
RGB Variations
Color information
#772DFE (or 0x772DFE) is known color: Blue Violet. HEX triplet: 77, 2D and FE. RGB value is (119,45,254). Sum of RGB (Red+Green+Blue) = 119+45+254=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #772DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772DFE is #88D201. Grayscale: #5A5A5A. Windows color (decimal): -8966658 or 16657783. OLE color: 16657783.
HSL color Cylindrical-coordinate representation of color #772DFE: hue angle of 261.24º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772DFE is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 45 | 254 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.00 |
| HSL | 261.24º | 0.99% | 0.59% | - |
| HSV(B) | 261.24º | 0.82% | 1% | - |
| XYZ | 26.44 | 12.95 | 94.87 | - |
| YUV | 90.95 | 220.02 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 254 | 0.53 | 0.82 | 0 | 0.00 | 261.24 | 0.99 | 0.59 |
| Hex | 77 | 2D | FE | 35 | 52 | 0 | 0 | 105 | 63 | 3B |
| Octal | 167 | 55 | 376 | 65 | 122 | 0 | 0 | 405 | 143 | 73 |
| Binary | 1110111 | 101101 | 11111110 | 110101 | 1010010 | 0 | 0 | 100000101 | 1100011 | 111011 |
Color Harmonies of #772DFE
Complementary color
Monochromatic Colors of #772DFE
Black with #772DFE
Text Example
Text Example
White with #772DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772DFE; }
p { color: rgb(119,45,254); }
H1.HeaderClassName
{
color: #772DFE;
}
.AnyTagClassName
{
color: #772DFE;
}
</style>
background-color css
<style>
a { background-color: #772DFE; }
a { background-color: rgb(119,45,254); }
div.DivClassName
{
background-color: #772DFE;
}
.BgClassName
{
background-color: #772DFE;
}
</style>
border-color css
<style>
span { border-color: #772DFE; }
span { border-color: rgb(119,45,254); }
td.TdClassName
{
border-color: #772DFE;
}
.TagClassName
{
border-color: #772DFE;
}
</style>