#7A6AA9

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

Shades of Deluge #7A6AA9

Tints of Deluge #7A6AA9

Color information

#7A6AA9 (or 0x7A6AA9) is unknown color: approx Deluge. HEX triplet: 7A, 6A and A9. RGB value is (122,106,169). Sum of RGB (Red+Green+Blue) = 122+106+169=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A6AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6AA9 is #859556. Grayscale: #757575. Windows color (decimal): -8754519 or 11102842. OLE color: 11102842.

HSL color Cylindrical-coordinate representation of color #7A6AA9: hue angle of 255.24º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A6AA9 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB122106169-
CMYK0.280.3700.34
HSL255.24º26.81%53.92%-
HSV(B)255.24º37.28%66.27%-
XYZ20.3417.3139.81-
YUV117.97156.8130.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 169 (66.41% from 255) = 42.57%
R=30.73%
G=26.70%
B=42.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1221061690.280.3700.34255.2426.8153.92
Hex7A6AA91C25022ff1b36
Octal17215225134450423773366
Binary11110101101010101010011110010010101000101111111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,106,169); }

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

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

 a { background-color: rgb(122,106,169); }

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

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

 span { border-color: rgb(122,106,169); }

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