#7E65AA

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

Shades of Deluge #7E65AA

Tints of Deluge #7E65AA

Color information

#7E65AA (or 0x7E65AA) is unknown color: approx Deluge. HEX triplet: 7E, 65 and AA. RGB value is (126,101,170). Sum of RGB (Red+Green+Blue) = 126+101+170=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E65AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E65AA is #819A55. Grayscale: #747474. Windows color (decimal): -8493654 or 11167102. OLE color: 11167102.

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

Color convert

RGB126101170-
CMYK0.260.4100.33
HSL261.74º28.87%53.14%-
HSV(B)261.74º40.59%66.67%-
XYZ20.5116.6540.16-
YUV116.34158.28134.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.74%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=31.74%
G=25.44%
B=42.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261011700.260.4100.33261.7428.8753.14
Hex7E65AA1A290211061d35
Octal17614525232510414063565
Binary111111011001011010101011010101001010000110000011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E65AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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