#7631E0

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

Shades of Blue Violet #7631E0

Tints of Blue Violet #7631E0

Color information

#7631E0 (or 0x7631E0) is unknown color: approx Blue Violet. HEX triplet: 76, 31 and E0. RGB value is (118,49,224). Sum of RGB (Red+Green+Blue) = 118+49+224=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 224 (87.89% from 255 or 57.29% from 391); Max value from RGB is 224 - color contains mainly: blue. Hex color #7631E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7631E0 is #89CE1F. Grayscale: #585858. Windows color (decimal): -9031200 or 14692726. OLE color: 14692726.

HSL color Cylindrical-coordinate representation of color #7631E0: hue angle of 263.66º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7631E0 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11849224-
CMYK0.470.7800.12
HSL263.66º73.84%53.53%-
HSV(B)263.66º78.12%87.84%-
XYZ22.0211.4371.57-
YUV89.58203.86148.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 49 (19.53% from 255) = 12.53%
BLUE value IS 224 (87.89% from 255) = 57.29%
R=30.18%
G=12.53%
B=57.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal118492240.470.7800.12263.6673.8453.53
Hex7631E02F4E0C1084a36
Octal166613405711601441011266
Binary1110110110001111000001011111001110011001000010001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7631E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7631E0; }

 p { color: rgb(118,49,224); }

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

<style>
 a { background-color: #7631E0; }

 a { background-color: rgb(118,49,224); }

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

<style>
 span { border-color: #7631E0; }

 span { border-color: rgb(118,49,224); }

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