#7E266F

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

Shades of Dark Purple #7E266F

Tints of Dark Purple #7E266F

Color information

#7E266F (or 0x7E266F) is unknown color: approx Dark Purple. HEX triplet: 7E, 26 and 6F. RGB value is (126,38,111). Sum of RGB (Red+Green+Blue) = 126+38+111=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 126 - color contains mainly: red. Hex color #7E266F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E266F is #81D990. Grayscale: #484848. Windows color (decimal): -8509841 or 7284350. OLE color: 7284350.

HSL color Cylindrical-coordinate representation of color #7E266F: hue angle of 310.23º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E266F is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB12638111-
CMYK00.700.120.51
HSL310.23º53.66%32.16%-
HSV(B)310.23º69.84%49.41%-
XYZ12.176.9715.74-
YUV72.63149.65166.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.82%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=45.82%
G=13.82%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1263811100.700.120.51310.2353.6632.16
Hex7E266F046C331363620
Octal17646157010614634666640
Binary11111101001101101111010001101100110011100110110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,38,111); }

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

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

 a { background-color: rgb(126,38,111); }

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

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

 span { border-color: rgb(126,38,111); }

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