#7A66AA

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

Shades of Deluge #7A66AA

Tints of Deluge #7A66AA

Color information

#7A66AA (or 0x7A66AA) is unknown color: approx Deluge. HEX triplet: 7A, 66 and AA. RGB value is (122,102,170). Sum of RGB (Red+Green+Blue) = 122+102+170=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A66AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A66AA is #859955. Grayscale: #737373. Windows color (decimal): -8755542 or 11167354. OLE color: 11167354.

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

Color convert

RGB122102170-
CMYK0.280.400.33
HSL257.65º28.57%53.33%-
HSV(B)257.65º40%66.67%-
XYZ20.0316.5440.17-
YUV115.73158.63132.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.96%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=30.96%
G=25.89%
B=43.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221021700.280.400.33257.6528.5753.33
Hex7A66AA1C280211021d35
Octal17214625234500414023565
Binary111101011001101010101011100101000010000110000001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A66AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,102,170); }

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

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

 a { background-color: rgb(122,102,170); }

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

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

 span { border-color: rgb(122,102,170); }

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