#7D296B

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

Shades of Dark Purple #7D296B

Tints of Dark Purple #7D296B

Color information

#7D296B (or 0x7D296B) is unknown color: approx Dark Purple. HEX triplet: 7D, 29 and 6B. RGB value is (125,41,107). Sum of RGB (Red+Green+Blue) = 125+41+107=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 125 - color contains mainly: red. Hex color #7D296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D296B is #82D694. Grayscale: #494949. Windows color (decimal): -8574613 or 7022973. OLE color: 7022973.

HSL color Cylindrical-coordinate representation of color #7D296B: hue angle of 312.86º 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 #7D296B is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB12541107-
CMYK00.670.140.51
HSL312.86º50.6%32.55%-
HSV(B)312.86º67.2%49.02%-
XYZ11.97.0114.64-
YUV73.64146.83164.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.79%
GREEN value IS 41 (16.41% from 255) = 15.02%
BLUE value IS 107 (42.19% from 255) = 39.19%
R=45.79%
G=15.02%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1254110700.670.140.51312.8650.632.55
Hex7D296B043E331393321
Octal17551153010316634716341
Binary11111011010011101011010000111110110011100111001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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