#7E60A9

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

Shades of Deluge #7E60A9

Tints of Deluge #7E60A9

Color information

#7E60A9 (or 0x7E60A9) is unknown color: approx Deluge. HEX triplet: 7E, 60 and A9. RGB value is (126,96,169). Sum of RGB (Red+Green+Blue) = 126+96+169=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 169 - color contains mainly: blue. Hex color #7E60A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E60A9 is #819F56. Grayscale: #717171. Windows color (decimal): -8494935 or 11100286. OLE color: 11100286.

HSL color Cylindrical-coordinate representation of color #7E60A9: hue angle of 264.66º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E60A9 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12696169-
CMYK0.250.4300.34
HSL264.66º29.8%51.96%-
HSV(B)264.66º43.2%66.27%-
XYZ19.9515.6739.51-
YUV113.29159.44137.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.23%
GREEN value IS 96 (37.89% from 255) = 24.55%
BLUE value IS 169 (66.41% from 255) = 43.22%
R=32.23%
G=24.55%
B=43.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal126961690.250.4300.34264.6629.851.96
Hex7E60A9192B0221091e34
Octal17614025131530424113664
Binary111111011000001010100111001101011010001010000100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E60A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,96,169); }

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

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

 a { background-color: rgb(126,96,169); }

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

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

 span { border-color: rgb(126,96,169); }

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