#7D37E5

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

Shades of Blue Violet #7D37E5

Tints of Blue Violet #7D37E5

Color information

#7D37E5 (or 0x7D37E5) is unknown color: approx Blue Violet. HEX triplet: 7D, 37 and E5. RGB value is (125,55,229). Sum of RGB (Red+Green+Blue) = 125+55+229=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #7D37E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D37E5 is #82C81A. Grayscale: #5F5F5F. Windows color (decimal): -8570907 or 15021949. OLE color: 15021949.

HSL color Cylindrical-coordinate representation of color #7D37E5: hue angle of 264.14º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D37E5 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12555229-
CMYK0.450.7600.10
HSL264.14º76.99%55.69%-
HSV(B)264.14º75.98%89.8%-
XYZ23.9712.7575.33-
YUV95.77203.19148.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.56%
GREEN value IS 55 (21.88% from 255) = 13.45%
BLUE value IS 229 (89.84% from 255) = 55.99%
R=30.56%
G=13.45%
B=55.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal125552290.450.7600.10264.1476.9955.69
Hex7D37E52D4C0A1084d38
Octal175673455511401241011570
Binary1111101110111111001011011011001100010101000010001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D37E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,55,229); }

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

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

 a { background-color: rgb(125,55,229); }

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

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

 span { border-color: rgb(125,55,229); }

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