#7A2973

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

Shades of Dark Purple #7A2973

Tints of Dark Purple #7A2973

Color information

#7A2973 (or 0x7A2973) is unknown color: approx Dark Purple. HEX triplet: 7A, 29 and 73. RGB value is (122,41,115). Sum of RGB (Red+Green+Blue) = 122+41+115=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2973 is #85D68C. Grayscale: #494949. Windows color (decimal): -8771213 or 7547258. OLE color: 7547258.

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

Color convert

RGB12241115-
CMYK00.660.060.52
HSL305.19º49.69%31.96%-
HSV(B)305.19º66.39%47.84%-
XYZ11.916.9616.94-
YUV73.66151.34162.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.88%
GREEN value IS 41 (16.41% from 255) = 14.75%
BLUE value IS 115 (45.31% from 255) = 41.37%
R=43.88%
G=14.75%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1224111500.660.060.52305.1949.6931.96
Hex7A29730426341313220
Octal1725116301026644616240
Binary1111010101001111001101000010110110100100110001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,41,115); }

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

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

 a { background-color: rgb(122,41,115); }

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

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

 span { border-color: rgb(122,41,115); }

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