#7D70A3

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

Shades of Deluge #7D70A3

Tints of Deluge #7D70A3

Color information

#7D70A3 (or 0x7D70A3) is unknown color: approx Deluge. HEX triplet: 7D, 70 and A3. RGB value is (125,112,163). Sum of RGB (Red+Green+Blue) = 125+112+163=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 163 - color contains mainly: blue. Hex color #7D70A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D70A3 is #828F5C. Grayscale: #797979. Windows color (decimal): -8556381 or 10711165. OLE color: 10711165.

HSL color Cylindrical-coordinate representation of color #7D70A3: hue angle of 255.29º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D70A3 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB125112163-
CMYK0.230.3100.36
HSL255.29º21.7%53.92%-
HSV(B)255.29º31.29%63.92%-
XYZ20.8618.5937.14-
YUV121.7151.31130.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.25%
GREEN value IS 112 (44.14% from 255) = 28%
BLUE value IS 163 (64.06% from 255) = 40.75%
R=31.25%
G=28%
B=40.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251121630.230.3100.36255.2921.753.92
Hex7D70A3171F024ff1636
Octal17516024327370443772666
Binary1111101111000010100011101111111101001001111111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D70A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,112,163); }

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

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

 a { background-color: rgb(125,112,163); }

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

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

 span { border-color: rgb(125,112,163); }

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