#7C5EAD

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

Shades of Deluge #7C5EAD

Tints of Deluge #7C5EAD

Color information

#7C5EAD (or 0x7C5EAD) is unknown color: approx Deluge. HEX triplet: 7C, 5E and AD. RGB value is (124,94,173). Sum of RGB (Red+Green+Blue) = 124+94+173=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C5EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5EAD is #83A152. Grayscale: #6F6F6F. Windows color (decimal): -8626515 or 11361916. OLE color: 11361916.

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

Color convert

RGB12494173-
CMYK0.280.4600.32
HSL262.78º32.51%52.35%-
HSV(B)262.78º45.66%67.84%-
XYZ19.8615.3141.44-
YUV111.98162.44136.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.71%
GREEN value IS 94 (37.11% from 255) = 24.04%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=31.71%
G=24.04%
B=44.25%

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
Decimal124941730.280.4600.32262.7832.5152.35
Hex7C5EAD1C2E0201072134
Octal17413625534560404074164
Binary1111100101111010101101111001011100100000100000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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