#7B61AA

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

Shades of Deluge #7B61AA

Tints of Deluge #7B61AA

Color information

#7B61AA (or 0x7B61AA) is unknown color: approx Deluge. HEX triplet: 7B, 61 and AA. RGB value is (123,97,170). Sum of RGB (Red+Green+Blue) = 123+97+170=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B61AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B61AA is #849E55. Grayscale: #707070. Windows color (decimal): -8691286 or 11166075. OLE color: 11166075.

HSL color Cylindrical-coordinate representation of color #7B61AA: hue angle of 261.37º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B61AA is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12397170-
CMYK0.280.4300.33
HSL261.37º30.04%52.35%-
HSV(B)261.37º42.94%66.67%-
XYZ19.715.6640.02-
YUV113.1160.11135.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.54%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=31.54%
G=24.87%
B=43.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123971700.280.4300.33261.3730.0452.35
Hex7B61AA1C2B0211051e34
Octal17314125234530414053664
Binary111101111000011010101011100101011010000110000010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,97,170); }

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

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

 a { background-color: rgb(123,97,170); }

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

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

 span { border-color: rgb(123,97,170); }

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