#7720F4

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

Shades of Blue Violet #7720F4

Tints of Blue Violet #7720F4

Color information

#7720F4 (or 0x7720F4) is unknown color: approx Blue Violet. HEX triplet: 77, 20 and F4. RGB value is (119,32,244). Sum of RGB (Red+Green+Blue) = 119+32+244=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 244 (95.70% from 255 or 61.77% from 395); Max value from RGB is 244 - color contains mainly: blue. Hex color #7720F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7720F4 is #88DF0B. Grayscale: #515151. Windows color (decimal): -8969996 or 15999095. OLE color: 15999095.

HSL color Cylindrical-coordinate representation of color #7720F4: hue angle of 264.62º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7720F4 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11932244-
CMYK0.510.8700.04
HSL264.62º90.6%54.12%-
HSV(B)264.62º86.89%95.69%-
XYZ24.4511.4986.52-
YUV82.18219.32154.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 32 (12.89% from 255) = 8.10%
BLUE value IS 244 (95.70% from 255) = 61.77%
R=30.13%
G=8.10%
B=61.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal119322440.510.8700.04264.6290.654.12
Hex7720F43357041095b36
Octal16740364631270441113366
Binary111011110000011110100110011101011101001000010011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7720F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7720F4; }

 p { color: rgb(119,32,244); }

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

<style>
 a { background-color: #7720F4; }

 a { background-color: rgb(119,32,244); }

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

<style>
 span { border-color: #7720F4; }

 span { border-color: rgb(119,32,244); }

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