#7A71AB

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

Shades of Deluge #7A71AB

Tints of Deluge #7A71AB

Color information

#7A71AB (or 0x7A71AB) is unknown color: approx Deluge. HEX triplet: 7A, 71 and AB. RGB value is (122,113,171). Sum of RGB (Red+Green+Blue) = 122+113+171=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A71AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A71AB is #858E54. Grayscale: #7A7A7A. Windows color (decimal): -8752725 or 11235706. OLE color: 11235706.

HSL color Cylindrical-coordinate representation of color #7A71AB: hue angle of 249.31º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A71AB is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB122113171-
CMYK0.290.3400.33
HSL249.31º25.66%55.69%-
HSV(B)249.31º33.92%67.06%-
XYZ21.2818.8941.05-
YUV122.3155.48127.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.05%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=30.05%
G=27.83%
B=42.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221131710.290.3400.33249.3125.6655.69
Hex7A71AB1D22021f91a38
Octal17216125335420413713270
Binary11110101110001101010111110110001001000011111100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A71AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,113,171); }

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

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

 a { background-color: rgb(122,113,171); }

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

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

 span { border-color: rgb(122,113,171); }

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