#7A70AE

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

Shades of Deluge #7A70AE

Tints of Deluge #7A70AE

Color information

#7A70AE (or 0x7A70AE) is unknown color: approx Deluge. HEX triplet: 7A, 70 and AE. RGB value is (122,112,174). Sum of RGB (Red+Green+Blue) = 122+112+174=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A70AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A70AE is #858F51. Grayscale: #797979. Windows color (decimal): -8752978 or 11432058. OLE color: 11432058.

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

Color convert

RGB122112174-
CMYK0.300.3600.32
HSL249.68º27.68%56.08%-
HSV(B)249.68º35.63%68.24%-
XYZ21.4618.7842.54-
YUV122.06157.31127.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.90%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=29.90%
G=27.45%
B=42.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221121740.300.3600.32249.6827.6856.08
Hex7A70AE1E24020fa1c38
Octal17216025636440403723470
Binary11110101110000101011101111010010001000001111101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A70AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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