#7E046B

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

Shades of Purple #7E046B

Tints of Purple #7E046B

Color information

#7E046B (or 0x7E046B) is unknown color: approx Purple. HEX triplet: 7E, 04 and 6B. RGB value is (126,4,107). Sum of RGB (Red+Green+Blue) = 126+4+107=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E046B is #81FB94. Grayscale: #333333. Windows color (decimal): -8518549 or 7013502. OLE color: 7013502.

HSL color Cylindrical-coordinate representation of color #7E046B: hue angle of 309.34º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E046B is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB1264107-
CMYK00.970.150.51
HSL309.34º93.85%25.49%-
HSV(B)309.34º96.83%49.41%-
XYZ11.35.5814.39-
YUV52.22158.92180.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 53.16%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 107 (42.19% from 255) = 45.15%
R=53.16%
G=1.69%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126410700.970.150.51309.3493.8525.49
Hex7E46B061F331355e19
Octal17641530141176346513631
Binary11111101001101011011000011111110011100110101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,4,107); }

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

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

 a { background-color: rgb(126,4,107); }

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

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

 span { border-color: rgb(126,4,107); }

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