#7D72AC

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

Shades of Deluge #7D72AC

Tints of Deluge #7D72AC

Color information

#7D72AC (or 0x7D72AC) is unknown color: approx Deluge. HEX triplet: 7D, 72 and AC. RGB value is (125,114,172). Sum of RGB (Red+Green+Blue) = 125+114+172=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D72AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D72AC is #828D53. Grayscale: #7B7B7B. Windows color (decimal): -8555860 or 11301501. OLE color: 11301501.

HSL color Cylindrical-coordinate representation of color #7D72AC: hue angle of 251.38º 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 #7D72AC is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125114172-
CMYK0.270.3400.33
HSL251.38º25.89%56.08%-
HSV(B)251.38º33.72%67.45%-
XYZ21.9219.3741.61-
YUV123.9155.14128.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.41%
GREEN value IS 114 (44.92% from 255) = 27.74%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=30.41%
G=27.74%
B=41.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251141720.270.3400.33251.3825.8956.08
Hex7D72AC1B22021fb1a38
Octal17516225433420413733270
Binary11111011110010101011001101110001001000011111101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D72AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,114,172); }

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

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

 a { background-color: rgb(125,114,172); }

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

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

 span { border-color: rgb(125,114,172); }

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