#7C6FA0

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

Shades of Deluge #7C6FA0

Tints of Deluge #7C6FA0

Color information

#7C6FA0 (or 0x7C6FA0) is unknown color: approx Deluge. HEX triplet: 7C, 6F and A0. RGB value is (124,111,160). Sum of RGB (Red+Green+Blue) = 124+111+160=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 160 - color contains mainly: blue. Hex color #7C6FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6FA0 is #83905F. Grayscale: #787878. Windows color (decimal): -8622176 or 10514300. OLE color: 10514300.

HSL color Cylindrical-coordinate representation of color #7C6FA0: hue angle of 255.92º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C6FA0 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB124111160-
CMYK0.220.3100.37
HSL255.92º20.5%53.14%-
HSV(B)255.92º30.63%62.75%-
XYZ20.3418.1935.7-
YUV120.47150.31130.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.39%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 160 (62.89% from 255) = 40.51%
R=31.39%
G=28.10%
B=40.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1241111600.220.3100.37255.9220.553.14
Hex7C6FA0161F0251001535
Octal17415724026370454002565
Binary11111001101111101000001011011111010010110000000010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,111,160); }

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

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

 a { background-color: rgb(124,111,160); }

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

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

 span { border-color: rgb(124,111,160); }

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