#7E0E70

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

Shades of Dark Purple #7E0E70

Tints of Dark Purple #7E0E70

Color information

#7E0E70 (or 0x7E0E70) is unknown color: approx Dark Purple. HEX triplet: 7E, 0E and 70. RGB value is (126,14,112). Sum of RGB (Red+Green+Blue) = 126+14+112=252 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0E70 is #81F18F. Grayscale: #3A3A3A. Windows color (decimal): -8515984 or 7343742. OLE color: 7343742.

HSL color Cylindrical-coordinate representation of color #7E0E70: hue angle of 307.5º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E0E70 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB12614112-
CMYK00.890.110.51
HSL307.5º80%27.45%-
HSV(B)307.5º88.89%49.41%-
XYZ11.695.9215.86-
YUV58.66158.11176.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 5.56%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=50%
G=5.56%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261411200.890.110.51307.58027.45
Hex7EE70059B33134501b
Octal176161600131136346412033
Binary111111011101110000010110011011110011100110100101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E0E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,14,112); }

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

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

 a { background-color: rgb(126,14,112); }

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

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

 span { border-color: rgb(126,14,112); }

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