#7E1868

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

Shades of Dark Purple #7E1868

Tints of Dark Purple #7E1868

Color information

#7E1868 (or 0x7E1868) is unknown color: approx Dark Purple. HEX triplet: 7E, 18 and 68. RGB value is (126,24,104). Sum of RGB (Red+Green+Blue) = 126+24+104=254 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.61% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1868 is #81E797. Grayscale: #3F3F3F. Windows color (decimal): -8513432 or 6822014. OLE color: 6822014.

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

Color convert

RGB12624104-
CMYK00.810.170.51
HSL312.94º68%29.41%-
HSV(B)312.94º80.95%49.41%-
XYZ11.436.0913.67-
YUV63.62150.79172.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 49.61%
GREEN value IS 24 (9.77% from 255) = 9.45%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=49.61%
G=9.45%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1262410400.810.170.51312.946829.41
Hex7E18680511133139441d
Octal176301500121216347110435
Binary11111101100011010000101000110001110011100111001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,24,104); }

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

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

 a { background-color: rgb(126,24,104); }

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

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

 span { border-color: rgb(126,24,104); }

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