#772AFA

Color #772AFA Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #772AFA

Tints of Blue Violet #772AFA

Color information

#772AFA (or 0x772AFA) is unknown color: approx Blue Violet. HEX triplet: 77, 2A and FA. RGB value is (119,42,250). Sum of RGB (Red+Green+Blue) = 119+42+250=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #772AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772AFA is #88D505. Grayscale: #575757. Windows color (decimal): -8967430 or 16394871. OLE color: 16394871.

HSL color Cylindrical-coordinate representation of color #772AFA: hue angle of 262.21º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #772AFA is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11942250-
CMYK0.520.8300.02
HSL262.21º95.41%57.25%-
HSV(B)262.21º83.2%98.04%-
XYZ25.6912.4891.5-
YUV88.74219.01149.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 28.95%
GREEN value IS 42 (16.80% from 255) = 10.22%
BLUE value IS 250 (98.05% from 255) = 60.83%
R=28.95%
G=10.22%
B=60.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal119422500.520.8300.02262.2195.4157.25
Hex772AFA3453021065f39
Octal16752372641230240613771
Binary11101111010101111101011010010100110101000001101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772AFA; }

 p { color: rgb(119,42,250); }

 H1.HeaderClassName
 {
   color: #772AFA;
 }
 .AnyTagClassName
 {
   color: #772AFA;
 }
</style>
background-color css

<style>
 a { background-color: #772AFA; }

 a { background-color: rgb(119,42,250); }

 div.DivClassName
 {
   background-color: #772AFA;
 }
 .BgClassName
 {
   background-color: #772AFA;
 }
</style>
border-color css

<style>
 span { border-color: #772AFA; }

 span { border-color: rgb(119,42,250); }

 td.TdClassName
 {
   border-color: #772AFA;
 }
 .TagClassName
 {
   border-color: #772AFA;
 }
</style>