#7E5EC2

Color #7E5EC2 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #7E5EC2

Tints of True V #7E5EC2

Color information

#7E5EC2 (or 0x7E5EC2) is unknown color: approx True V. HEX triplet: 7E, 5E and C2. RGB value is (126,94,194). Sum of RGB (Red+Green+Blue) = 126+94+194=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 194 - color contains mainly: blue. Hex color #7E5EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5EC2 is #81A13D. Grayscale: #727272. Windows color (decimal): -8495422 or 12738174. OLE color: 12738174.

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

Color convert

RGB12694194-
CMYK0.350.5200.24
HSL259.2º45.05%56.47%-
HSV(B)259.2º51.55%76.08%-
XYZ22.3416.3453.01-
YUV114.97172.6135.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.43%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 194 (76.17% from 255) = 46.86%
R=30.43%
G=22.71%
B=46.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal126941940.350.5200.24259.245.0556.47
Hex7E5EC223340181032d38
Octal17613630243640304035570
Binary1111110101111011000010100011110100011000100000011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,94,194); }

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

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

 a { background-color: rgb(126,94,194); }

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

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

 span { border-color: rgb(126,94,194); }

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