#7A1D79

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

Shades of Dark Purple #7A1D79

Tints of Dark Purple #7A1D79

Color information

#7A1D79 (or 0x7A1D79) is unknown color: approx Dark Purple. HEX triplet: 7A, 1D and 79. RGB value is (122,29,121). Sum of RGB (Red+Green+Blue) = 122+29+121=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1D79 is #85E286. Grayscale: #434343. Windows color (decimal): -8774279 or 7937402. OLE color: 7937402.

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

Color convert

RGB12229121-
CMYK00.760.010.52
HSL300.65º61.59%29.61%-
HSV(B)300.65º76.23%47.84%-
XYZ11.926.418.7-
YUV67.3158.31167.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.85%
GREEN value IS 29 (11.72% from 255) = 10.66%
BLUE value IS 121 (47.66% from 255) = 44.49%
R=44.85%
G=10.66%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1222912100.760.010.52300.6561.5929.61
Hex7A1D7904C13412d3e1e
Octal1723517101141644557636
Binary111101011101111100101001100111010010010110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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