#7E35E1

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

Shades of Blue Violet #7E35E1

Tints of Blue Violet #7E35E1

Color information

#7E35E1 (or 0x7E35E1) is unknown color: approx Blue Violet. HEX triplet: 7E, 35 and E1. RGB value is (126,53,225). Sum of RGB (Red+Green+Blue) = 126+53+225=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #7E35E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E35E1 is #81CA1E. Grayscale: #5D5D5D. Windows color (decimal): -8505887 or 14759294. OLE color: 14759294.

HSL color Cylindrical-coordinate representation of color #7E35E1: hue angle of 265.47º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E35E1 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12653225-
CMYK0.440.7600.12
HSL265.47º74.14%54.51%-
HSV(B)265.47º76.44%88.24%-
XYZ23.4712.4272.39-
YUV94.44201.68150.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.19%
GREEN value IS 53 (21.09% from 255) = 13.12%
BLUE value IS 225 (88.28% from 255) = 55.69%
R=31.19%
G=13.12%
B=55.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal126532250.440.7600.12265.4774.1454.51
Hex7E35E12C4C0C1094a37
Octal176653415411401441111267
Binary1111110110101111000011011001001100011001000010011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E35E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,53,225); }

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

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

 a { background-color: rgb(126,53,225); }

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

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

 span { border-color: rgb(126,53,225); }

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