#7632F0

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

Shades of Blue Violet #7632F0

Tints of Blue Violet #7632F0

Color information

#7632F0 (or 0x7632F0) is unknown color: approx Blue Violet. HEX triplet: 76, 32 and F0. RGB value is (118,50,240). Sum of RGB (Red+Green+Blue) = 118+50+240=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 240 (94.14% from 255 or 58.82% from 408); Max value from RGB is 240 - color contains mainly: blue. Hex color #7632F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7632F0 is #89CD0F. Grayscale: #5B5B5B. Windows color (decimal): -9030928 or 15741558. OLE color: 15741558.

HSL color Cylindrical-coordinate representation of color #7632F0: hue angle of 261.47º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7632F0 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11850240-
CMYK0.510.7900.06
HSL261.47º86.36%56.86%-
HSV(B)261.47º79.17%94.12%-
XYZ24.3412.4283.55-
YUV91.99211.53146.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.92%
GREEN value IS 50 (19.92% from 255) = 12.25%
BLUE value IS 240 (94.14% from 255) = 58.82%
R=28.92%
G=12.25%
B=58.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal118502400.510.7900.06261.4786.3656.86
Hex7632F0334F061055639
Octal16662360631170640512671
Binary111011011001011110000110011100111101101000001011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7632F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7632F0; }

 p { color: rgb(118,50,240); }

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

<style>
 a { background-color: #7632F0; }

 a { background-color: rgb(118,50,240); }

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

<style>
 span { border-color: #7632F0; }

 span { border-color: rgb(118,50,240); }

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