#7D71A4

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

Shades of Deluge #7D71A4

Tints of Deluge #7D71A4

Color information

#7D71A4 (or 0x7D71A4) is unknown color: approx Deluge. HEX triplet: 7D, 71 and A4. RGB value is (125,113,164). Sum of RGB (Red+Green+Blue) = 125+113+164=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: blue. Hex color #7D71A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D71A4 is #828E5B. Grayscale: #7A7A7A. Windows color (decimal): -8556124 or 10776957. OLE color: 10776957.

HSL color Cylindrical-coordinate representation of color #7D71A4: hue angle of 254.12º 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 #7D71A4 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB125113164-
CMYK0.240.3100.36
HSL254.12º21.89%54.31%-
HSV(B)254.12º31.1%64.31%-
XYZ21.0618.8537.65-
YUV122.4151.48129.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.09%
GREEN value IS 113 (44.53% from 255) = 28.11%
BLUE value IS 164 (64.45% from 255) = 40.80%
R=31.09%
G=28.11%
B=40.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251131640.240.3100.36254.1221.8954.31
Hex7D71A4181F024fe1636
Octal17516124430370443762666
Binary1111101111000110100100110001111101001001111111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D71A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,113,164); }

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

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

 a { background-color: rgb(125,113,164); }

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

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

 span { border-color: rgb(125,113,164); }

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