#7A679F

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

Shades of Deluge #7A679F

Tints of Deluge #7A679F

Color information

#7A679F (or 0x7A679F) is unknown color: approx Deluge. HEX triplet: 7A, 67 and 9F. RGB value is (122,103,159). Sum of RGB (Red+Green+Blue) = 122+103+159=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A679F is #859860. Grayscale: #727272. Windows color (decimal): -8755297 or 10446714. OLE color: 10446714.

HSL color Cylindrical-coordinate representation of color #7A679F: hue angle of 260.36º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A679F is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB122103159-
CMYK0.230.3500.38
HSL260.36º22.58%51.37%-
HSV(B)260.36º35.22%62.35%-
XYZ19.1316.3434.95-
YUV115.06152.79132.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.77%
GREEN value IS 103 (40.62% from 255) = 26.82%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=31.77%
G=26.82%
B=41.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1221031590.230.3500.38260.3622.5851.37
Hex7A679F17230261041733
Octal17214723727430464042763
Binary111101011001111001111110111100011010011010000010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,103,159); }

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

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

 a { background-color: rgb(122,103,159); }

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

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

 span { border-color: rgb(122,103,159); }

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