#7C5DAD

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

Shades of Deluge #7C5DAD

Tints of Deluge #7C5DAD

Color information

#7C5DAD (or 0x7C5DAD) is unknown color: approx Deluge. HEX triplet: 7C, 5D and AD. RGB value is (124,93,173). Sum of RGB (Red+Green+Blue) = 124+93+173=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C5DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5DAD is #83A252. Grayscale: #6F6F6F. Windows color (decimal): -8626771 or 11361660. OLE color: 11361660.

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

Color convert

RGB12493173-
CMYK0.280.4600.32
HSL263.25º32.79%52.16%-
HSV(B)263.25º46.24%67.84%-
XYZ19.7715.1341.41-
YUV111.39162.77137-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.79%
GREEN value IS 93 (36.72% from 255) = 23.85%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=31.79%
G=23.85%
B=44.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124931730.280.4600.32263.2532.7952.16
Hex7C5DAD1C2E0201072134
Octal17413525534560404074164
Binary1111100101110110101101111001011100100000100000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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