#7A1673

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

Shades of Dark Purple #7A1673

Tints of Dark Purple #7A1673

Color information

#7A1673 (or 0x7A1673) is unknown color: approx Dark Purple. HEX triplet: 7A, 16 and 73. RGB value is (122,22,115). Sum of RGB (Red+Green+Blue) = 122+22+115=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1673 is #85E98C. Grayscale: #3E3E3E. Windows color (decimal): -8776077 or 7542394. OLE color: 7542394.

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

Color convert

RGB12222115-
CMYK00.820.060.52
HSL304.2º69.44%28.24%-
HSV(B)304.2º81.97%47.84%-
XYZ11.415.9516.77-
YUV62.5157.63170.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.10%
GREEN value IS 22 (8.98% from 255) = 8.49%
BLUE value IS 115 (45.31% from 255) = 44.40%
R=47.10%
G=8.49%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1222211500.820.060.52304.269.4428.24
Hex7A1673052634130451c
Octal17226163012266446010534
Binary111101010110111001101010010110110100100110000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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