#7E61AD

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

Shades of Deluge #7E61AD

Tints of Deluge #7E61AD

Color information

#7E61AD (or 0x7E61AD) is unknown color: approx Deluge. HEX triplet: 7E, 61 and AD. RGB value is (126,97,173). Sum of RGB (Red+Green+Blue) = 126+97+173=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E61AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E61AD is #819E52. Grayscale: #727272. Windows color (decimal): -8494675 or 11362686. OLE color: 11362686.

HSL color Cylindrical-coordinate representation of color #7E61AD: hue angle of 262.89º 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 #7E61AD is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12697173-
CMYK0.270.4400.32
HSL262.89º31.67%52.94%-
HSV(B)262.89º43.93%67.84%-
XYZ20.421641.55-
YUV114.34161.11136.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.82%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=31.82%
G=24.49%
B=43.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126971730.270.4400.32262.8931.6752.94
Hex7E61AD1B2C0201072035
Octal17614125533540404074065
Binary1111110110000110101101110111011000100000100000111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E61AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,97,173); }

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

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

 a { background-color: rgb(126,97,173); }

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

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

 span { border-color: rgb(126,97,173); }

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