#7A6FA9

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

Shades of Deluge #7A6FA9

Tints of Deluge #7A6FA9

Color information

#7A6FA9 (or 0x7A6FA9) is unknown color: approx Deluge. HEX triplet: 7A, 6F and A9. RGB value is (122,111,169). Sum of RGB (Red+Green+Blue) = 122+111+169=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A6FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6FA9 is #859056. Grayscale: #787878. Windows color (decimal): -8753239 or 11104122. OLE color: 11104122.

HSL color Cylindrical-coordinate representation of color #7A6FA9: hue angle of 251.38º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A6FA9 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB122111169-
CMYK0.280.3400.34
HSL251.38º25.22%54.9%-
HSV(B)251.38º34.32%66.27%-
XYZ20.8718.3739.98-
YUV120.9155.14128.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.35%
GREEN value IS 111 (43.75% from 255) = 27.61%
BLUE value IS 169 (66.41% from 255) = 42.04%
R=30.35%
G=27.61%
B=42.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1221111690.280.3400.34251.3825.2254.9
Hex7A6FA91C22022fb1937
Octal17215725134420423733167
Binary11110101101111101010011110010001001000101111101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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