#7D61AB

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

Shades of Deluge #7D61AB

Tints of Deluge #7D61AB

Color information

#7D61AB (or 0x7D61AB) is unknown color: approx Deluge. HEX triplet: 7D, 61 and AB. RGB value is (125,97,171). Sum of RGB (Red+Green+Blue) = 125+97+171=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D61AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D61AB is #829E54. Grayscale: #717171. Windows color (decimal): -8560213 or 11231613. OLE color: 11231613.

HSL color Cylindrical-coordinate representation of color #7D61AB: hue angle of 262.7º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D61AB is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12597171-
CMYK0.270.4300.33
HSL262.7º30.58%52.55%-
HSV(B)262.7º43.27%67.06%-
XYZ20.0815.8540.53-
YUV113.81160.28135.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.81%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=31.81%
G=24.68%
B=43.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125971710.270.4300.33262.730.5852.55
Hex7D61AB1B2B0211071f35
Octal17514125333530414073765
Binary111110111000011010101111011101011010000110000011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,97,171); }

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

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

 a { background-color: rgb(125,97,171); }

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

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

 span { border-color: rgb(125,97,171); }

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