#7E62AE

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

Shades of Deluge #7E62AE

Tints of Deluge #7E62AE

Color information

#7E62AE (or 0x7E62AE) is unknown color: approx Deluge. HEX triplet: 7E, 62 and AE. RGB value is (126,98,174). Sum of RGB (Red+Green+Blue) = 126+98+174=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E62AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E62AE is #819D51. Grayscale: #727272. Windows color (decimal): -8494418 or 11428478. OLE color: 11428478.

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

Color convert

RGB12698174-
CMYK0.280.4400.32
HSL262.11º31.93%53.33%-
HSV(B)262.11º43.68%68.24%-
XYZ20.6116.2342.09-
YUV115.04161.28135.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.66%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=31.66%
G=24.62%
B=43.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126981740.280.4400.32262.1131.9353.33
Hex7E62AE1C2C0201062035
Octal17614225634540404064065
Binary1111110110001010101110111001011000100000100000110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E62AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,98,174); }

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

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

 a { background-color: rgb(126,98,174); }

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

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

 span { border-color: rgb(126,98,174); }

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