#7E37F8

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

Shades of Blue Violet #7E37F8

Tints of Blue Violet #7E37F8

Color information

#7E37F8 (or 0x7E37F8) is unknown color: approx Blue Violet. HEX triplet: 7E, 37 and F8. RGB value is (126,55,248). Sum of RGB (Red+Green+Blue) = 126+55+248=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 248 (97.27% from 255 or 57.81% from 429); Max value from RGB is 248 - color contains mainly: blue. Hex color #7E37F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E37F8 is #81C807. Grayscale: #616161. Windows color (decimal): -8505352 or 16267134. OLE color: 16267134.

HSL color Cylindrical-coordinate representation of color #7E37F8: hue angle of 262.07º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E37F8 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12655248-
CMYK0.490.7800.03
HSL262.07º93.24%59.41%-
HSV(B)262.07º77.82%97.25%-
XYZ26.9113.9590.08-
YUV98.23212.52147.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.37%
GREEN value IS 55 (21.88% from 255) = 12.82%
BLUE value IS 248 (97.27% from 255) = 57.81%
R=29.37%
G=12.82%
B=57.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal126552480.490.7800.03262.0793.2459.41
Hex7E37F8314E031065d3b
Octal17667370611160340613573
Binary11111101101111111100011000110011100111000001101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E37F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,55,248); }

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

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

 a { background-color: rgb(126,55,248); }

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

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

 span { border-color: rgb(126,55,248); }

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