#7C5EAB

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

Shades of Deluge #7C5EAB

Tints of Deluge #7C5EAB

Color information

#7C5EAB (or 0x7C5EAB) is unknown color: approx Deluge. HEX triplet: 7C, 5E and AB. RGB value is (124,94,171). Sum of RGB (Red+Green+Blue) = 124+94+171=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C5EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5EAB is #83A154. Grayscale: #6F6F6F. Windows color (decimal): -8626517 or 11230844. OLE color: 11230844.

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

Color convert

RGB12494171-
CMYK0.270.4500.33
HSL263.38º31.43%51.96%-
HSV(B)263.38º45.03%67.06%-
XYZ19.6715.2340.43-
YUV111.75161.44136.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.88%
GREEN value IS 94 (37.11% from 255) = 24.16%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=31.88%
G=24.16%
B=43.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124941710.270.4500.33263.3831.4351.96
Hex7C5EAB1B2D0211071f34
Octal17413625333550414073764
Binary111110010111101010101111011101101010000110000011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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