#7D346F

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

Shades of Dark Purple #7D346F

Tints of Dark Purple #7D346F

Color information

#7D346F (or 0x7D346F) is unknown color: approx Dark Purple. HEX triplet: 7D, 34 and 6F. RGB value is (125,52,111). Sum of RGB (Red+Green+Blue) = 125+52+111=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 125 - color contains mainly: red. Hex color #7D346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D346F is #82CB90. Grayscale: #505050. Windows color (decimal): -8571793 or 7287933. OLE color: 7287933.

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

Color convert

RGB12552111-
CMYK00.580.110.51
HSL311.51º41.24%34.71%-
HSV(B)311.51º58.4%49.02%-
XYZ12.557.9615.91-
YUV80.55145.18159.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.40%
GREEN value IS 52 (20.70% from 255) = 18.06%
BLUE value IS 111 (43.75% from 255) = 38.54%
R=43.40%
G=18.06%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1255211100.580.110.51311.5141.2434.71
Hex7D346F03AB331382923
Octal1756415707213634705143
Binary1111101110100110111101110101011110011100111000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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