Shades of Blue Violet #772FFA
Tints of Blue Violet #772FFA
RGB
CMYK
RGB Variations
Color information
#772FFA (or 0x772FFA) is known color: Blue Violet. HEX triplet: 77, 2F and FA. RGB value is (119,47,250). Sum of RGB (Red+Green+Blue) = 119+47+250=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #772FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772FFA is #88D005. Grayscale: #5A5A5A. Windows color (decimal): -8966150 or 16396151. OLE color: 16396151.
HSL color Cylindrical-coordinate representation of color #772FFA: hue angle of 261.28º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #772FFA is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 47 | 250 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.02 |
| HSL | 261.28º | 0.95% | 0.58% | - |
| HSV(B) | 261.28º | 0.81% | 0.98% | - |
| XYZ | 25.88 | 12.86 | 91.56 | - |
| YUV | 91.67 | 217.35 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 250 | 0.52 | 0.81 | 0 | 0.02 | 261.28 | 0.95 | 0.58 |
| Hex | 77 | 2F | FA | 34 | 51 | 0 | 2 | 105 | 5F | 3A |
| Octal | 167 | 57 | 372 | 64 | 121 | 0 | 2 | 405 | 137 | 72 |
| Binary | 1110111 | 101111 | 11111010 | 110100 | 1010001 | 0 | 10 | 100000101 | 1011111 | 111010 |
Color Harmonies of #772FFA
Complementary color
Monochromatic Colors of #772FFA
Black with #772FFA
Text Example
Text Example
White with #772FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772FFA; }
p { color: rgb(119,47,250); }
H1.HeaderClassName
{
color: #772FFA;
}
.AnyTagClassName
{
color: #772FFA;
}
</style>
background-color css
<style>
a { background-color: #772FFA; }
a { background-color: rgb(119,47,250); }
div.DivClassName
{
background-color: #772FFA;
}
.BgClassName
{
background-color: #772FFA;
}
</style>
border-color css
<style>
span { border-color: #772FFA; }
span { border-color: rgb(119,47,250); }
td.TdClassName
{
border-color: #772FFA;
}
.TagClassName
{
border-color: #772FFA;
}
</style>