#7E60A5

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

Shades of Deluge #7E60A5

Tints of Deluge #7E60A5

Color information

#7E60A5 (or 0x7E60A5) is unknown color: approx Deluge. HEX triplet: 7E, 60 and A5. RGB value is (126,96,165). Sum of RGB (Red+Green+Blue) = 126+96+165=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 165 - color contains mainly: blue. Hex color #7E60A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E60A5 is #819F5A. Grayscale: #707070. Windows color (decimal): -8494939 or 10838142. OLE color: 10838142.

HSL color Cylindrical-coordinate representation of color #7E60A5: hue angle of 266.09º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E60A5 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12696165-
CMYK0.240.4200.35
HSL266.09º27.71%51.18%-
HSV(B)266.09º41.82%64.71%-
XYZ19.5815.5237.56-
YUV112.84157.44137.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.56%
GREEN value IS 96 (37.89% from 255) = 24.81%
BLUE value IS 165 (64.84% from 255) = 42.64%
R=32.56%
G=24.81%
B=42.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126961650.240.4200.35266.0927.7151.18
Hex7E60A5182A02310a1c33
Octal17614024530520434123463
Binary111111011000001010010111000101010010001110000101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E60A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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