#7D346E

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

Shades of Dark Purple #7D346E

Tints of Dark Purple #7D346E

Color information

#7D346E (or 0x7D346E) is unknown color: approx Dark Purple. HEX triplet: 7D, 34 and 6E. RGB value is (125,52,110). Sum of RGB (Red+Green+Blue) = 125+52+110=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 125 - color contains mainly: red. Hex color #7D346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D346E is #82CB91. Grayscale: #505050. Windows color (decimal): -8571794 or 7222397. OLE color: 7222397.

HSL color Cylindrical-coordinate representation of color #7D346E: hue angle of 312.33º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D346E is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB12552110-
CMYK00.580.120.51
HSL312.33º41.24%34.71%-
HSV(B)312.33º58.4%49.02%-
XYZ12.57.9415.63-
YUV80.44144.68159.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.55%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=43.55%
G=18.12%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1255211000.580.120.51312.3341.2434.71
Hex7D346E03AC331382923
Octal1756415607214634705143
Binary1111101110100110111001110101100110011100111000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,52,110); }

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

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

 a { background-color: rgb(125,52,110); }

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

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

 span { border-color: rgb(125,52,110); }

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