#7E286E

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

Shades of Dark Purple #7E286E

Tints of Dark Purple #7E286E

Color information

#7E286E (or 0x7E286E) is unknown color: approx Dark Purple. HEX triplet: 7E, 28 and 6E. RGB value is (126,40,110). Sum of RGB (Red+Green+Blue) = 126+40+110=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 126 - color contains mainly: red. Hex color #7E286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E286E is #81D791. Grayscale: #494949. Windows color (decimal): -8509330 or 7219326. OLE color: 7219326.

HSL color Cylindrical-coordinate representation of color #7E286E: hue angle of 311.16º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E286E is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB12640110-
CMYK00.680.130.51
HSL311.16º51.81%32.55%-
HSV(B)311.16º68.25%49.41%-
XYZ12.187.0815.48-
YUV73.69148.49165.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.65%
GREEN value IS 40 (16.02% from 255) = 14.49%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=45.65%
G=14.49%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1264011000.680.130.51311.1651.8132.55
Hex7E286E044D331373421
Octal17650156010415634676441
Binary11111101010001101110010001001101110011100110111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,40,110); }

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

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

 a { background-color: rgb(126,40,110); }

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

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

 span { border-color: rgb(126,40,110); }

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