Shades of Blue Violet #772FE6
Tints of Blue Violet #772FE6
RGB
CMYK
RGB Variations
Color information
#772FE6 (or 0x772FE6) is known color: Blue Violet. HEX triplet: 77, 2F and E6. RGB value is (119,47,230). Sum of RGB (Red+Green+Blue) = 119+47+230=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #772FE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772FE6 is #88D019. Grayscale: #585858. Windows color (decimal): -8966170 or 15085431. OLE color: 15085431.
HSL color Cylindrical-coordinate representation of color #772FE6: hue angle of 263.61º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #772FE6 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 47 | 230 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.10 |
| HSL | 263.61º | 0.79% | 0.54% | - |
| HSV(B) | 263.61º | 0.8% | 0.9% | - |
| XYZ | 22.91 | 11.67 | 75.91 | - |
| YUV | 89.39 | 207.35 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 230 | 0.48 | 0.80 | 0 | 0.10 | 263.61 | 0.79 | 0.54 |
| Hex | 77 | 2F | E6 | 30 | 50 | 0 | A | 108 | 4F | 36 |
| Octal | 167 | 57 | 346 | 60 | 120 | 0 | 12 | 410 | 117 | 66 |
| Binary | 1110111 | 101111 | 11100110 | 110000 | 1010000 | 0 | 1010 | 100001000 | 1001111 | 110110 |
Color Harmonies of #772FE6
Complementary color
Monochromatic Colors of #772FE6
Black with #772FE6
Text Example
Text Example
White with #772FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772FE6; }
p { color: rgb(119,47,230); }
H1.HeaderClassName
{
color: #772FE6;
}
.AnyTagClassName
{
color: #772FE6;
}
</style>
background-color css
<style>
a { background-color: #772FE6; }
a { background-color: rgb(119,47,230); }
div.DivClassName
{
background-color: #772FE6;
}
.BgClassName
{
background-color: #772FE6;
}
</style>
border-color css
<style>
span { border-color: #772FE6; }
span { border-color: rgb(119,47,230); }
td.TdClassName
{
border-color: #772FE6;
}
.TagClassName
{
border-color: #772FE6;
}
</style>