#7F068E

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

Shades of Dark Magenta #7F068E

Tints of Dark Magenta #7F068E

Color information

#7F068E (or 0x7F068E) is unknown color: approx Dark Magenta. HEX triplet: 7F, 06 and 8E. RGB value is (127,6,142). Sum of RGB (Red+Green+Blue) = 127+6+142=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F068E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F068E is #80F971. Grayscale: #393939. Windows color (decimal): -8452466 or 9307775. OLE color: 9307775.

HSL color Cylindrical-coordinate representation of color #7F068E: hue angle of 293.38º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F068E is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1276142-
CMYK0.110.9600.44
HSL293.38º91.89%29.02%-
HSV(B)293.38º95.77%55.69%-
XYZ13.76.626.14-
YUV57.68175.59177.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.18%
GREEN value IS 6 (2.73% from 255) = 2.18%
BLUE value IS 142 (55.86% from 255) = 51.64%
R=46.18%
G=2.18%
B=51.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12761420.110.9600.44293.3891.8929.02
Hex7F68EB6002C1255c1d
Octal17762161314005444513435
Binary111111111010001110101111000000101100100100101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,6,142); }

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

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

 a { background-color: rgb(127,6,142); }

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

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

 span { border-color: rgb(127,6,142); }

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