#7D165F

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

Shades of Dark Purple #7D165F

Tints of Dark Purple #7D165F

Color information

#7D165F (or 0x7D165F) is unknown color: approx Dark Purple. HEX triplet: 7D, 16 and 5F. RGB value is (125,22,95). Sum of RGB (Red+Green+Blue) = 125+22+95=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D165F is #82E9A0. Grayscale: #3C3C3C. Windows color (decimal): -8579489 or 6231677. OLE color: 6231677.

HSL color Cylindrical-coordinate representation of color #7D165F: hue angle of 317.48º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D165F is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB1252295-
CMYK00.820.240.51
HSL317.48º70.07%28.82%-
HSV(B)317.48º82.4%49.02%-
XYZ10.815.7611.37-
YUV61.12147.12173.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.65%
GREEN value IS 22 (8.98% from 255) = 9.09%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=51.65%
G=9.09%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125229500.820.240.51317.4870.0728.82
Hex7D165F052183313d461d
Octal175261370122306347510635
Binary11111011011010111110101001011000110011100111101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,22,95); }

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

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

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

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

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

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

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