#7F167F

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

Shades of Dark Purple #7F167F

Tints of Dark Purple #7F167F

Color information

#7F167F (or 0x7F167F) is unknown color: approx Dark Purple. HEX triplet: 7F, 16 and 7F. RGB value is (127,22,127). Sum of RGB (Red+Green+Blue) = 127+22+127=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: red, blue. Hex color #7F167F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F167F is #80E980. Grayscale: #414141. Windows color (decimal): -8448385 or 8328831. OLE color: 8328831.

HSL color Cylindrical-coordinate representation of color #7F167F: hue angle of 300º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F167F is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12722127-
CMYK00.8300.50
HSL300º70.47%29.22%-
HSV(B)300º82.68%49.8%-
XYZ12.876.6220.68-
YUV65.36162.79171.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.01%
GREEN value IS 22 (8.98% from 255) = 7.97%
BLUE value IS 127 (50% from 255) = 46.01%
R=46.01%
G=7.97%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1272212700.8300.5030070.4729.22
Hex7F167F05303212c461d
Octal17726177012306245410635
Binary1111111101101111111010100110110010100101100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F167F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,22,127); }

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

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

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

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

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

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

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