#7A65AE

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

Shades of Deluge #7A65AE

Tints of Deluge #7A65AE

Color information

#7A65AE (or 0x7A65AE) is unknown color: approx Deluge. HEX triplet: 7A, 65 and AE. RGB value is (122,101,174). Sum of RGB (Red+Green+Blue) = 122+101+174=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A65AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A65AE is #859A51. Grayscale: #737373. Windows color (decimal): -8755794 or 11429242. OLE color: 11429242.

HSL color Cylindrical-coordinate representation of color #7A65AE: hue angle of 257.26º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A65AE is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB122101174-
CMYK0.300.4200.32
HSL257.26º31.06%53.92%-
HSV(B)257.26º41.95%68.24%-
XYZ20.3216.542.16-
YUV115.6160.96132.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=30.73%
G=25.44%
B=43.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221011740.300.4200.32257.2631.0653.92
Hex7A65AE1E2A0201011f36
Octal17214525636520404013766
Binary111101011001011010111011110101010010000010000000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A65AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,101,174); }

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

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

 a { background-color: rgb(122,101,174); }

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

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

 span { border-color: rgb(122,101,174); }

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