#7A6BAE

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

Shades of Deluge #7A6BAE

Tints of Deluge #7A6BAE

Color information

#7A6BAE (or 0x7A6BAE) is unknown color: approx Deluge. HEX triplet: 7A, 6B and AE. RGB value is (122,107,174). Sum of RGB (Red+Green+Blue) = 122+107+174=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A6BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6BAE is #859451. Grayscale: #767676. Windows color (decimal): -8754258 or 11430778. OLE color: 11430778.

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

Color convert

RGB122107174-
CMYK0.300.3900.32
HSL253.43º29.26%55.1%-
HSV(B)253.43º38.51%68.24%-
XYZ20.9217.7142.36-
YUV119.12158.97130.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.27%
GREEN value IS 107 (42.19% from 255) = 26.55%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=30.27%
G=26.55%
B=43.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221071740.300.3900.32253.4329.2655.1
Hex7A6BAE1E27020fd1d37
Octal17215325636470403753567
Binary11110101101011101011101111010011101000001111110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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