#7D60AE

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

Shades of Deluge #7D60AE

Tints of Deluge #7D60AE

Color information

#7D60AE (or 0x7D60AE) is unknown color: approx Deluge. HEX triplet: 7D, 60 and AE. RGB value is (125,96,174). Sum of RGB (Red+Green+Blue) = 125+96+174=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D60AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D60AE is #829F51. Grayscale: #717171. Windows color (decimal): -8560466 or 11427965. OLE color: 11427965.

HSL color Cylindrical-coordinate representation of color #7D60AE: hue angle of 262.31º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D60AE is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12596174-
CMYK0.280.4500.32
HSL262.31º32.5%52.94%-
HSV(B)262.31º44.83%68.24%-
XYZ20.2815.7842.02-
YUV113.56162.11136.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.65%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=31.65%
G=24.30%
B=44.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125961740.280.4500.32262.3132.552.94
Hex7D60AE1C2D0201062035
Octal17514025634550404064065
Binary1111101110000010101110111001011010100000100000110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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