#7E5BC0

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

Shades of True V #7E5BC0

Tints of True V #7E5BC0

Color information

#7E5BC0 (or 0x7E5BC0) is unknown color: approx True V. HEX triplet: 7E, 5B and C0. RGB value is (126,91,192). Sum of RGB (Red+Green+Blue) = 126+91+192=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #7E5BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5BC0 is #81A43F. Grayscale: #707070. Windows color (decimal): -8496192 or 12606334. OLE color: 12606334.

HSL color Cylindrical-coordinate representation of color #7E5BC0: hue angle of 260.79º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E5BC0 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12691192-
CMYK0.340.5300.25
HSL260.79º44.49%55.49%-
HSV(B)260.79º52.6%75.29%-
XYZ21.8615.7251.75-
YUV112.98172.6137.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.81%
GREEN value IS 91 (35.94% from 255) = 22.25%
BLUE value IS 192 (75.39% from 255) = 46.94%
R=30.81%
G=22.25%
B=46.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126911920.340.5300.25260.7944.4955.49
Hex7E5BC022350191052c37
Octal17613330042650314055467
Binary1111110101101111000000100010110101011001100000101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,91,192); }

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

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

 a { background-color: rgb(126,91,192); }

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

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

 span { border-color: rgb(126,91,192); }

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