#7A2079

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

Shades of Dark Purple #7A2079

Tints of Dark Purple #7A2079

Color information

#7A2079 (or 0x7A2079) is unknown color: approx Dark Purple. HEX triplet: 7A, 20 and 79. RGB value is (122,32,121). Sum of RGB (Red+Green+Blue) = 122+32+121=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2079 is #85DF86. Grayscale: #444444. Windows color (decimal): -8773511 or 7938170. OLE color: 7938170.

HSL color Cylindrical-coordinate representation of color #7A2079: hue angle of 300.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A2079 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB12232121-
CMYK00.740.010.52
HSL300.67º58.44%30.2%-
HSV(B)300.67º73.77%47.84%-
XYZ11.996.5518.72-
YUV69.06157.32165.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.36%
GREEN value IS 32 (12.89% from 255) = 11.64%
BLUE value IS 121 (47.66% from 255) = 44%
R=44.36%
G=11.64%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1223212100.740.010.52300.6758.4430.2
Hex7A207904A13412d3a1e
Octal1724017101121644557236
Binary1111010100000111100101001010111010010010110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,32,121); }

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

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

 a { background-color: rgb(122,32,121); }

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

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

 span { border-color: rgb(122,32,121); }

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