#7C6AAD

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

Shades of Deluge #7C6AAD

Tints of Deluge #7C6AAD

Color information

#7C6AAD (or 0x7C6AAD) is unknown color: approx Deluge. HEX triplet: 7C, 6A and AD. RGB value is (124,106,173). Sum of RGB (Red+Green+Blue) = 124+106+173=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C6AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6AAD is #839552. Grayscale: #767676. Windows color (decimal): -8623443 or 11364988. OLE color: 11364988.

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

Color convert

RGB124106173-
CMYK0.280.3900.32
HSL256.12º29%54.71%-
HSV(B)256.12º38.73%67.84%-
XYZ21.0117.6141.83-
YUV119.02158.46131.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.77%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=30.77%
G=26.30%
B=42.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241061730.280.3900.32256.122954.71
Hex7C6AAD1C270201001d37
Octal17415225534470404003567
Binary111110011010101010110111100100111010000010000000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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