#7E5FAC

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

Shades of Deluge #7E5FAC

Tints of Deluge #7E5FAC

Color information

#7E5FAC (or 0x7E5FAC) is unknown color: approx Deluge. HEX triplet: 7E, 5F and AC. RGB value is (126,95,172). Sum of RGB (Red+Green+Blue) = 126+95+172=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E5FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5FAC is #81A053. Grayscale: #707070. Windows color (decimal): -8495188 or 11296638. OLE color: 11296638.

HSL color Cylindrical-coordinate representation of color #7E5FAC: hue angle of 264.16º degrees, saturation: 0.32, 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 #7E5FAC is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12695172-
CMYK0.270.4500.33
HSL264.16º31.69%52.35%-
HSV(B)264.16º44.77%67.45%-
XYZ20.1415.640.98-
YUV113.05161.27137.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.06%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=32.06%
G=24.17%
B=43.77%

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
Decimal126951720.270.4500.33264.1631.6952.35
Hex7E5FAC1B2D0211082034
Octal17613725433550414104064
Binary1111110101111110101100110111011010100001100001000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,95,172); }

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

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

 a { background-color: rgb(126,95,172); }

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

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

 span { border-color: rgb(126,95,172); }

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