#7A1685

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

Shades of Purple #7A1685

Tints of Purple #7A1685

Color information

#7A1685 (or 0x7A1685) is unknown color: approx Purple. HEX triplet: 7A, 16 and 85. RGB value is (122,22,133). Sum of RGB (Red+Green+Blue) = 122+22+133=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A1685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1685 is #85E97A. Grayscale: #404040. Windows color (decimal): -8776059 or 8722042. OLE color: 8722042.

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

Color convert

RGB12222133-
CMYK0.080.8300.48
HSL294.05º71.61%30.39%-
HSV(B)294.05º83.46%52.16%-
XYZ12.556.422.77-
YUV64.55166.63168.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.04%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=44.04%
G=7.94%
B=48.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122221330.080.8300.48294.0571.6130.39
Hex7A1685853030126481e
Octal172262051012306044611036
Binary11110101011010000101100010100110110000100100110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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