#7A6FAB

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

Shades of Deluge #7A6FAB

Tints of Deluge #7A6FAB

Color information

#7A6FAB (or 0x7A6FAB) is unknown color: approx Deluge. HEX triplet: 7A, 6F and AB. RGB value is (122,111,171). Sum of RGB (Red+Green+Blue) = 122+111+171=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A6FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6FAB is #859054. Grayscale: #787878. Windows color (decimal): -8753237 or 11235194. OLE color: 11235194.

HSL color Cylindrical-coordinate representation of color #7A6FAB: hue angle of 251º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A6FAB is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB122111171-
CMYK0.290.3500.33
HSL251º26.32%55.29%-
HSV(B)251º35.09%67.06%-
XYZ21.0618.4540.98-
YUV121.13156.14128.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.20%
GREEN value IS 111 (43.75% from 255) = 27.48%
BLUE value IS 171 (67.19% from 255) = 42.33%
R=30.20%
G=27.48%
B=42.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221111710.290.3500.3325126.3255.29
Hex7A6FAB1D23021fb1a37
Octal17215725335430413733267
Binary11110101101111101010111110110001101000011111101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,111,171); }

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

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

 a { background-color: rgb(122,111,171); }

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

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

 span { border-color: rgb(122,111,171); }

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