#7D2973

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

Shades of Dark Purple #7D2973

Tints of Dark Purple #7D2973

Color information

#7D2973 (or 0x7D2973) is unknown color: approx Dark Purple. HEX triplet: 7D, 29 and 73. RGB value is (125,41,115). Sum of RGB (Red+Green+Blue) = 125+41+115=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2973 is #82D68C. Grayscale: #4A4A4A. Windows color (decimal): -8574605 or 7547261. OLE color: 7547261.

HSL color Cylindrical-coordinate representation of color #7D2973: hue angle of 307.14º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D2973 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB12541115-
CMYK00.670.080.51
HSL307.14º50.6%32.55%-
HSV(B)307.14º67.2%49.02%-
XYZ12.347.1816.96-
YUV74.55150.83163.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.48%
GREEN value IS 41 (16.41% from 255) = 14.59%
BLUE value IS 115 (45.31% from 255) = 40.93%
R=44.48%
G=14.59%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1254111500.670.080.51307.1450.632.55
Hex7D29730438331333321
Octal17551163010310634636341
Binary11111011010011110011010000111000110011100110011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,41,115); }

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

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

 a { background-color: rgb(125,41,115); }

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

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

 span { border-color: rgb(125,41,115); }

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