#7D1D7C

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

Shades of Dark Purple #7D1D7C

Tints of Dark Purple #7D1D7C

Color information

#7D1D7C (or 0x7D1D7C) is unknown color: approx Dark Purple. HEX triplet: 7D, 1D and 7C. RGB value is (125,29,124). Sum of RGB (Red+Green+Blue) = 125+29+124=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D1D7C is #82E283. Grayscale: #444444. Windows color (decimal): -8577668 or 8134013. OLE color: 8134013.

HSL color Cylindrical-coordinate representation of color #7D1D7C: hue angle of 300.62º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D1D7C is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB12529124-
CMYK00.770.010.51
HSL300.62º62.34%30.2%-
HSV(B)300.62º76.8%49.02%-
XYZ12.536.6919.7-
YUV68.53159.3168.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.96%
GREEN value IS 29 (11.72% from 255) = 10.43%
BLUE value IS 124 (48.83% from 255) = 44.60%
R=44.96%
G=10.43%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1252912400.770.010.51300.6262.3430.2
Hex7D1D7C04D13312d3e1e
Octal1753517401151634557636
Binary111110111101111110001001101111001110010110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,29,124); }

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

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

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

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

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

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

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