#7C60AE

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

Shades of Deluge #7C60AE

Tints of Deluge #7C60AE

Color information

#7C60AE (or 0x7C60AE) is unknown color: approx Deluge. HEX triplet: 7C, 60 and AE. RGB value is (124,96,174). Sum of RGB (Red+Green+Blue) = 124+96+174=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C60AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C60AE is #839F51. Grayscale: #707070. Windows color (decimal): -8626002 or 11427964. OLE color: 11427964.

HSL color Cylindrical-coordinate representation of color #7C60AE: hue angle of 261.54º 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 #7C60AE is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12496174-
CMYK0.290.4500.32
HSL261.54º32.5%52.94%-
HSV(B)261.54º44.83%68.24%-
XYZ20.1415.7142.01-
YUV113.26162.28135.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.47%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=31.47%
G=24.37%
B=44.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124961740.290.4500.32261.5432.552.94
Hex7C60AE1D2D0201062035
Octal17414025635550404064065
Binary1111100110000010101110111011011010100000100000110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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