#7D60AB

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

Shades of Deluge #7D60AB

Tints of Deluge #7D60AB

Color information

#7D60AB (or 0x7D60AB) is unknown color: approx Deluge. HEX triplet: 7D, 60 and AB. RGB value is (125,96,171). Sum of RGB (Red+Green+Blue) = 125+96+171=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D60AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D60AB is #829F54. Grayscale: #707070. Windows color (decimal): -8560469 or 11231357. OLE color: 11231357.

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

Color convert

RGB12596171-
CMYK0.270.4400.33
HSL263.2º30.86%52.35%-
HSV(B)263.2º43.86%67.06%-
XYZ19.9915.6740.5-
YUV113.22160.61136.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.89%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=31.89%
G=24.49%
B=43.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125961710.270.4400.33263.230.8652.35
Hex7D60AB1B2C0211071f34
Octal17514025333540414073764
Binary111110111000001010101111011101100010000110000011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D60AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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