#7e609f

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

Shades of Deluge #7E609F

Tints of Deluge #7E609F

Color information

#7E609F (or 0x7E609F) is unknown color: approx Deluge. HEX triplet: 7E, 60 and 9F. RGB value is (126,96,159). Sum of RGB (Red+Green+Blue) = 126+96+159=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E609F is #819F60. Grayscale: #6F6F6F. Windows color (decimal): -8494945 or 10444926. OLE color: 10444926.

HSL color Cylindrical-coordinate representation of color #7E609F: hue angle of 268.57º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E609F is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12696159-
CMYK0.210.4000.38
HSL268.57º24.71%50%-
HSV(B)268.57º39.62%62.35%-
XYZ19.0515.334.75-
YUV112.15154.44137.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.07%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 159 (62.5% from 255) = 41.73%
R=33.07%
G=25.20%
B=41.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126961590.210.4000.38268.5724.7150
Hex7E609F152802610d1932
Octal17614023725500464153162
Binary111111011000001001111110101101000010011010000110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e609f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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