#7E62AA

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

Shades of Deluge #7E62AA

Tints of Deluge #7E62AA

Color information

#7E62AA (or 0x7E62AA) is unknown color: approx Deluge. HEX triplet: 7E, 62 and AA. RGB value is (126,98,170). Sum of RGB (Red+Green+Blue) = 126+98+170=394 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.98% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E62AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E62AA is #819D55. Grayscale: #727272. Windows color (decimal): -8494422 or 11166334. OLE color: 11166334.

HSL color Cylindrical-coordinate representation of color #7E62AA: hue angle of 263.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E62AA is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12698170-
CMYK0.260.4200.33
HSL263.33º29.75%52.55%-
HSV(B)263.33º42.35%66.67%-
XYZ20.2316.0740.07-
YUV114.58159.28136.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.98%
GREEN value IS 98 (38.67% from 255) = 24.87%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=31.98%
G=24.87%
B=43.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126981700.260.4200.33263.3329.7552.55
Hex7E62AA1A2A0211071e35
Octal17614225232520414073665
Binary111111011000101010101011010101010010000110000011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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