#7D256A

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

Shades of Dark Purple #7D256A

Tints of Dark Purple #7D256A

Color information

#7D256A (or 0x7D256A) is unknown color: approx Dark Purple. HEX triplet: 7D, 25 and 6A. RGB value is (125,37,106). Sum of RGB (Red+Green+Blue) = 125+37+106=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 125 - color contains mainly: red. Hex color #7D256A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D256A is #82DA95. Grayscale: #464646. Windows color (decimal): -8575638 or 6956413. OLE color: 6956413.

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

Color convert

RGB12537106-
CMYK00.700.150.51
HSL312.95º54.32%31.76%-
HSV(B)312.95º70.4%49.02%-
XYZ11.726.7214.32-
YUV71.18147.65166.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.64%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=46.64%
G=13.81%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1253710600.700.150.51312.9554.3231.76
Hex7D256A046F331393620
Octal17545152010617634716640
Binary11111011001011101010010001101111110011100111001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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