#7D31E3

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

Shades of Blue Violet #7D31E3

Tints of Blue Violet #7D31E3

Color information

#7D31E3 (or 0x7D31E3) is unknown color: approx Blue Violet. HEX triplet: 7D, 31 and E3. RGB value is (125,49,227). Sum of RGB (Red+Green+Blue) = 125+49+227=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 227 (89.06% from 255 or 56.61% from 401); Max value from RGB is 227 - color contains mainly: blue. Hex color #7D31E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D31E3 is #82CE1C. Grayscale: #5B5B5B. Windows color (decimal): -8572445 or 14889341. OLE color: 14889341.

HSL color Cylindrical-coordinate representation of color #7D31E3: hue angle of 265.62º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D31E3 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12549227-
CMYK0.450.7800.11
HSL265.62º76.07%54.12%-
HSV(B)265.62º78.41%89.02%-
XYZ23.4212.173.77-
YUV92.02204.18151.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.17%
GREEN value IS 49 (19.53% from 255) = 12.22%
BLUE value IS 227 (89.06% from 255) = 56.61%
R=31.17%
G=12.22%
B=56.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal125492270.450.7800.11265.6276.0754.12
Hex7D31E32D4E0B10a4c36
Octal175613435511601341211466
Binary1111101110001111000111011011001110010111000010101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D31E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D31E3; }

 p { color: rgb(125,49,227); }

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

<style>
 a { background-color: #7D31E3; }

 a { background-color: rgb(125,49,227); }

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

<style>
 span { border-color: #7D31E3; }

 span { border-color: rgb(125,49,227); }

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