#763EE1

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

Shades of Blue Violet #763EE1

Tints of Blue Violet #763EE1

Color information

#763EE1 (or 0x763EE1) is unknown color: approx Blue Violet. HEX triplet: 76, 3E and E1. RGB value is (118,62,225). Sum of RGB (Red+Green+Blue) = 118+62+225=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #763EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763EE1 is #89C11E. Grayscale: #606060. Windows color (decimal): -9027871 or 14761590. OLE color: 14761590.

HSL color Cylindrical-coordinate representation of color #763EE1: hue angle of 260.61º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #763EE1 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11862225-
CMYK0.480.7200.12
HSL260.61º73.09%56.27%-
HSV(B)260.61º72.44%88.24%-
XYZ22.7812.7372.49-
YUV97.33200.05142.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 62 (24.61% from 255) = 15.31%
BLUE value IS 225 (88.28% from 255) = 55.56%
R=29.14%
G=15.31%
B=55.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal118622250.480.7200.12260.6173.0956.27
Hex763EE130480C1054938
Octal166763416011001440511170
Binary1110110111110111000011100001001000011001000001011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763EE1; }

 p { color: rgb(118,62,225); }

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

<style>
 a { background-color: #763EE1; }

 a { background-color: rgb(118,62,225); }

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

<style>
 span { border-color: #763EE1; }

 span { border-color: rgb(118,62,225); }

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