#7D256D

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

Shades of Dark Purple #7D256D

Tints of Dark Purple #7D256D

Color information

#7D256D (or 0x7D256D) is unknown color: approx Dark Purple. HEX triplet: 7D, 25 and 6D. RGB value is (125,37,109). Sum of RGB (Red+Green+Blue) = 125+37+109=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D256D is #82DA92. Grayscale: #474747. Windows color (decimal): -8575635 or 7153021. OLE color: 7153021.

HSL color Cylindrical-coordinate representation of color #7D256D: hue angle of 310.91º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D256D is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB12537109-
CMYK00.700.130.51
HSL310.91º54.32%31.76%-
HSV(B)310.91º70.4%49.02%-
XYZ11.886.7915.15-
YUV71.52149.15166.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.13%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=46.13%
G=13.65%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1253710900.700.130.51310.9154.3231.76
Hex7D256D046D331373620
Octal17545155010615634676640
Binary11111011001011101101010001101101110011100110111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,37,109); }

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

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

 a { background-color: rgb(125,37,109); }

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

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

 span { border-color: rgb(125,37,109); }

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