#7B609D

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

Shades of Deluge #7B609D

Tints of Deluge #7B609D

Color information

#7B609D (or 0x7B609D) is unknown color: approx Deluge. HEX triplet: 7B, 60 and 9D. RGB value is (123,96,157). Sum of RGB (Red+Green+Blue) = 123+96+157=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B609D is #849F62. Grayscale: #6E6E6E. Windows color (decimal): -8691555 or 10313851. OLE color: 10313851.

HSL color Cylindrical-coordinate representation of color #7B609D: hue angle of 266.56º 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 #7B609D is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12396157-
CMYK0.220.3900.38
HSL266.56º24.11%49.61%-
HSV(B)266.56º38.85%61.57%-
XYZ18.4415.0133.82-
YUV111.03153.95136.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.71%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 157 (61.72% from 255) = 41.76%
R=32.71%
G=25.53%
B=41.76%

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
Decimal123961570.220.3900.38266.5624.1149.61
Hex7B609D162702610b1832
Octal17314023526470464133062
Binary111101111000001001110110110100111010011010000101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,96,157); }

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

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

 a { background-color: rgb(123,96,157); }

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

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

 span { border-color: rgb(123,96,157); }

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