#7A6FAD

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

Shades of Deluge #7A6FAD

Tints of Deluge #7A6FAD

Color information

#7A6FAD (or 0x7A6FAD) is unknown color: approx Deluge. HEX triplet: 7A, 6F and AD. RGB value is (122,111,173). Sum of RGB (Red+Green+Blue) = 122+111+173=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A6FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6FAD is #859052. Grayscale: #797979. Windows color (decimal): -8753235 or 11366266. OLE color: 11366266.

HSL color Cylindrical-coordinate representation of color #7A6FAD: hue angle of 250.65º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A6FAD is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB122111173-
CMYK0.290.3600.32
HSL250.65º27.43%55.69%-
HSV(B)250.65º35.84%67.84%-
XYZ21.2518.5241.99-
YUV121.36157.14128.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.05%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=30.05%
G=27.34%
B=42.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221111730.290.3600.32250.6527.4355.69
Hex7A6FAD1D24020fb1b38
Octal17215725535440403733370
Binary11110101101111101011011110110010001000001111101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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