#7C6AAB

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

Shades of Deluge #7C6AAB

Tints of Deluge #7C6AAB

Color information

#7C6AAB (or 0x7C6AAB) is unknown color: approx Deluge. HEX triplet: 7C, 6A and AB. RGB value is (124,106,171). Sum of RGB (Red+Green+Blue) = 124+106+171=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C6AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6AAB is #839554. Grayscale: #767676. Windows color (decimal): -8623445 or 11233916. OLE color: 11233916.

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

Color convert

RGB124106171-
CMYK0.270.3800.33
HSL256.62º27.9%54.31%-
HSV(B)256.62º38.01%67.06%-
XYZ20.8217.5340.82-
YUV118.79157.46131.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.92%
GREEN value IS 106 (41.80% from 255) = 26.43%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=30.92%
G=26.43%
B=42.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241061710.270.3800.33256.6227.954.31
Hex7C6AAB1B260211011c36
Octal17415225333460414013466
Binary111110011010101010101111011100110010000110000000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,106,171); }

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

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

 a { background-color: rgb(124,106,171); }

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

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

 span { border-color: rgb(124,106,171); }

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