#7720F8

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

Shades of Blue Violet #7720F8

Tints of Blue Violet #7720F8

Color information

#7720F8 (or 0x7720F8) is unknown color: approx Blue Violet. HEX triplet: 77, 20 and F8. RGB value is (119,32,248). Sum of RGB (Red+Green+Blue) = 119+32+248=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 248 (97.27% from 255 or 62.16% from 399); Max value from RGB is 248 - color contains mainly: blue. Hex color #7720F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7720F8 is #88DF07. Grayscale: #515151. Windows color (decimal): -8969992 or 16261239. OLE color: 16261239.

HSL color Cylindrical-coordinate representation of color #7720F8: hue angle of 264.17º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7720F8 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11932248-
CMYK0.520.8700.03
HSL264.17º93.91%54.9%-
HSV(B)264.17º87.1%97.25%-
XYZ25.0711.7389.75-
YUV82.64221.32153.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 32 (12.89% from 255) = 8.02%
BLUE value IS 248 (97.27% from 255) = 62.16%
R=29.82%
G=8.02%
B=62.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal119322480.520.8700.03264.1793.9154.9
Hex7720F83457031085e37
Octal16740370641270341013667
Binary11101111000001111100011010010101110111000010001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7720F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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