#7D2084

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

Shades of Dark Purple #7D2084

Tints of Dark Purple #7D2084

Color information

#7D2084 (or 0x7D2084) is unknown color: approx Dark Purple. HEX triplet: 7D, 20 and 84. RGB value is (125,32,132). Sum of RGB (Red+Green+Blue) = 125+32+132=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D2084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2084 is #82DF7B. Grayscale: #464646. Windows color (decimal): -8576892 or 8659069. OLE color: 8659069.

HSL color Cylindrical-coordinate representation of color #7D2084: hue angle of 295.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D2084 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12532132-
CMYK0.050.7600.48
HSL295.8º60.98%32.16%-
HSV(B)295.8º75.76%51.76%-
XYZ13.147.0622.5-
YUV71.21162.31166.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.25%
GREEN value IS 32 (12.89% from 255) = 11.07%
BLUE value IS 132 (51.95% from 255) = 45.67%
R=43.25%
G=11.07%
B=45.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125321320.050.7600.48295.860.9832.16
Hex7D208454C0301283d20
Octal1754020451140604507540
Binary11111011000001000010010110011000110000100101000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,32,132); }

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

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

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

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

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

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

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