#7A6A99

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

Shades of Deluge #7A6A99

Tints of Deluge #7A6A99

Color information

#7A6A99 (or 0x7A6A99) is unknown color: approx Deluge. HEX triplet: 7A, 6A and 99. RGB value is (122,106,153). Sum of RGB (Red+Green+Blue) = 122+106+153=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A6A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6A99 is #859566. Grayscale: #737373. Windows color (decimal): -8754535 or 10054266. OLE color: 10054266.

HSL color Cylindrical-coordinate representation of color #7A6A99: hue angle of 260.43º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A6A99 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB122106153-
CMYK0.200.3100.4
HSL260.43º18.73%50.78%-
HSV(B)260.43º30.72%60%-
XYZ18.9316.7532.37-
YUV116.14148.8132.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.02%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=32.02%
G=27.82%
B=40.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1221061530.200.3100.4260.4318.7350.78
Hex7A6A99141F0281041333
Octal17215223124370504042363
Binary11110101101010100110011010011111010100010000010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,106,153); }

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

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

 a { background-color: rgb(122,106,153); }

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

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

 span { border-color: rgb(122,106,153); }

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