Shades of Blue Violet #772FE4
Tints of Blue Violet #772FE4
RGB
CMYK
RGB Variations
Color information
#772FE4 (or 0x772FE4) is known color: Blue Violet. HEX triplet: 77, 2F and E4. RGB value is (119,47,228). Sum of RGB (Red+Green+Blue) = 119+47+228=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 228 (89.45% from 255 or 57.87% from 394); Max value from RGB is 228 - color contains mainly: blue. Hex color #772FE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772FE4 is #88D01B. Grayscale: #585858. Windows color (decimal): -8966172 or 14954359. OLE color: 14954359.
HSL color Cylindrical-coordinate representation of color #772FE4: hue angle of 263.87º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772FE4 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 47 | 228 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.11 |
| HSL | 263.87º | 0.77% | 0.54% | - |
| HSV(B) | 263.87º | 0.79% | 0.89% | - |
| XYZ | 22.63 | 11.56 | 74.44 | - |
| YUV | 89.16 | 206.35 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 228 | 0.48 | 0.79 | 0 | 0.11 | 263.87 | 0.77 | 0.54 |
| Hex | 77 | 2F | E4 | 30 | 4F | 0 | B | 108 | 4D | 36 |
| Octal | 167 | 57 | 344 | 60 | 117 | 0 | 13 | 410 | 115 | 66 |
| Binary | 1110111 | 101111 | 11100100 | 110000 | 1001111 | 0 | 1011 | 100001000 | 1001101 | 110110 |
Color Harmonies of #772FE4
Complementary color
Monochromatic Colors of #772FE4
Black with #772FE4
Text Example
Text Example
White with #772FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772FE4; }
p { color: rgb(119,47,228); }
H1.HeaderClassName
{
color: #772FE4;
}
.AnyTagClassName
{
color: #772FE4;
}
</style>
background-color css
<style>
a { background-color: #772FE4; }
a { background-color: rgb(119,47,228); }
div.DivClassName
{
background-color: #772FE4;
}
.BgClassName
{
background-color: #772FE4;
}
</style>
border-color css
<style>
span { border-color: #772FE4; }
span { border-color: rgb(119,47,228); }
td.TdClassName
{
border-color: #772FE4;
}
.TagClassName
{
border-color: #772FE4;
}
</style>