#7E3DF8

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

Shades of Blue Violet #7E3DF8

Tints of Blue Violet #7E3DF8

Color information

#7E3DF8 (or 0x7E3DF8) is unknown color: approx Blue Violet. HEX triplet: 7E, 3D and F8. RGB value is (126,61,248). Sum of RGB (Red+Green+Blue) = 126+61+248=435 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.97% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 248 (97.27% from 255 or 57.01% from 435); Max value from RGB is 248 - color contains mainly: blue. Hex color #7E3DF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E3DF8 is #81C207. Grayscale: #656565. Windows color (decimal): -8503816 or 16268670. OLE color: 16268670.

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

Color convert

RGB12661248-
CMYK0.490.7500.03
HSL260.86º93.03%60.59%-
HSV(B)260.86º75.4%97.25%-
XYZ27.2214.5590.18-
YUV101.75210.53145.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.97%
GREEN value IS 61 (24.22% from 255) = 14.02%
BLUE value IS 248 (97.27% from 255) = 57.01%
R=28.97%
G=14.02%
B=57.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal126612480.490.7500.03260.8693.0360.59
Hex7E3DF8314B031055d3d
Octal17675370611130340513575
Binary11111101111011111100011000110010110111000001011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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