#7D1160

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

Shades of Dark Purple #7D1160

Tints of Dark Purple #7D1160

Color information

#7D1160 (or 0x7D1160) is unknown color: approx Dark Purple. HEX triplet: 7D, 11 and 60. RGB value is (125,17,96). Sum of RGB (Red+Green+Blue) = 125+17+96=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1160 is #82EE9F. Grayscale: #3A3A3A. Windows color (decimal): -8580768 or 6295933. OLE color: 6295933.

HSL color Cylindrical-coordinate representation of color #7D1160: hue angle of 316.11º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1160 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB1251796-
CMYK00.860.230.51
HSL316.11º76.06%27.84%-
HSV(B)316.11º86.4%49.02%-
XYZ10.775.6111.58-
YUV58.3149.28175.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.52%
GREEN value IS 17 (7.03% from 255) = 7.14%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=52.52%
G=7.14%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125179600.860.230.51316.1176.0627.84
Hex7D1160056173313c4c1c
Octal175211400126276347411434
Binary11111011000111000000101011010111110011100111100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,17,96); }

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

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

 a { background-color: rgb(125,17,96); }

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

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

 span { border-color: rgb(125,17,96); }

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