#7F1671

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

Shades of Dark Purple #7F1671

Tints of Dark Purple #7F1671

Color information

#7F1671 (or 0x7F1671) is unknown color: approx Dark Purple. HEX triplet: 7F, 16 and 71. RGB value is (127,22,113). Sum of RGB (Red+Green+Blue) = 127+22+113=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1671 is #80E98E. Grayscale: #3F3F3F. Windows color (decimal): -8448399 or 7411327. OLE color: 7411327.

HSL color Cylindrical-coordinate representation of color #7F1671: hue angle of 308º 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 #7F1671 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB12722113-
CMYK00.830.110.50
HSL308º70.47%29.22%-
HSV(B)308º82.68%49.8%-
XYZ12.026.2816.2-
YUV63.77155.79173.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.47%
GREEN value IS 22 (8.98% from 255) = 8.40%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=48.47%
G=8.40%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1272211300.830.110.5030870.4729.22
Hex7F1671053B32134461d
Octal177261610123136246410635
Binary1111111101101110001010100111011110010100110100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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