#7E078B

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

Shades of Purple #7E078B

Tints of Purple #7E078B

Color information

#7E078B (or 0x7E078B) is unknown color: approx Purple. HEX triplet: 7E, 07 and 8B. RGB value is (126,7,139). Sum of RGB (Red+Green+Blue) = 126+7+139=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E078B is #81F874. Grayscale: #393939. Windows color (decimal): -8517749 or 9111422. OLE color: 9111422.

HSL color Cylindrical-coordinate representation of color #7E078B: hue angle of 294.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E078B is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1267139-
CMYK0.090.9500.45
HSL294.09º90.41%28.63%-
HSV(B)294.09º94.96%54.51%-
XYZ13.346.4524.97-
YUV57.63173.92176.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.32%
GREEN value IS 7 (3.12% from 255) = 2.57%
BLUE value IS 139 (54.69% from 255) = 51.10%
R=46.32%
G=2.57%
B=51.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12671390.090.9500.45294.0990.4128.63
Hex7E78B95F02D1265a1d
Octal17672131113705544613235
Binary111111011110001011100110111110101101100100110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,7,139); }

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

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

 a { background-color: rgb(126,7,139); }

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

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

 span { border-color: rgb(126,7,139); }

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