#7D257D

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

Shades of Dark Purple #7D257D

Tints of Dark Purple #7D257D

Color information

#7D257D (or 0x7D257D) is unknown color: approx Dark Purple. HEX triplet: 7D, 25 and 7D. RGB value is (125,37,125). Sum of RGB (Red+Green+Blue) = 125+37+125=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: red, blue. Hex color #7D257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D257D is #82DA82. Grayscale: #494949. Windows color (decimal): -8575619 or 8201597. OLE color: 8201597.

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

Color convert

RGB12537125-
CMYK00.7000.51
HSL300º54.32%31.76%-
HSV(B)300º70.4%49.02%-
XYZ12.827.1620.11-
YUV73.34157.15164.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.55%
GREEN value IS 37 (14.84% from 255) = 12.89%
BLUE value IS 125 (49.22% from 255) = 43.55%
R=43.55%
G=12.89%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1253712500.7000.5130054.3231.76
Hex7D257D04603312c3620
Octal1754517501060634546640
Binary11111011001011111101010001100110011100101100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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