#7A6BAA

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

Shades of Deluge #7A6BAA

Tints of Deluge #7A6BAA

Color information

#7A6BAA (or 0x7A6BAA) is unknown color: approx Deluge. HEX triplet: 7A, 6B and AA. RGB value is (122,107,170). Sum of RGB (Red+Green+Blue) = 122+107+170=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A6BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6BAA is #859455. Grayscale: #767676. Windows color (decimal): -8754262 or 11168634. OLE color: 11168634.

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

Color convert

RGB122107170-
CMYK0.280.3700.33
HSL254.29º27.04%54.31%-
HSV(B)254.29º37.06%66.67%-
XYZ20.5417.5640.34-
YUV118.67156.97130.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.58%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=30.58%
G=26.82%
B=42.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221071700.280.3700.33254.2927.0454.31
Hex7A6BAA1C25021fe1b36
Octal17215325234450413763366
Binary11110101101011101010101110010010101000011111111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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