#7c609e

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

Shades of Deluge #7C609E

Tints of Deluge #7C609E

Color information

#7C609E (or 0x7C609E) is unknown color: approx Deluge. HEX triplet: 7C, 60 and 9E. RGB value is (124,96,158). Sum of RGB (Red+Green+Blue) = 124+96+158=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C609E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C609E is #839F61. Grayscale: #6F6F6F. Windows color (decimal): -8626018 or 10379388. OLE color: 10379388.

HSL color Cylindrical-coordinate representation of color #7C609E: hue angle of 267.1º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C609E is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12496158-
CMYK0.220.3900.38
HSL267.1º24.41%49.8%-
HSV(B)267.1º39.24%61.96%-
XYZ18.6715.1234.28-
YUV111.44154.28136.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.80%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 158 (62.11% from 255) = 41.80%
R=32.80%
G=25.40%
B=41.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124961580.220.3900.38267.124.4149.8
Hex7C609E162702610b1832
Octal17414023626470464133062
Binary111110011000001001111010110100111010011010000101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c609e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,96,158); }

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

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

 a { background-color: rgb(124,96,158); }

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

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

 span { border-color: rgb(124,96,158); }

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