#7A6BAF

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

Shades of Deluge #7A6BAF

Tints of Deluge #7A6BAF

Color information

#7A6BAF (or 0x7A6BAF) is unknown color: approx Deluge. HEX triplet: 7A, 6B and AF. RGB value is (122,107,175). Sum of RGB (Red+Green+Blue) = 122+107+175=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A6BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6BAF is #859450. Grayscale: #767676. Windows color (decimal): -8754257 or 11496314. OLE color: 11496314.

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

Color convert

RGB122107175-
CMYK0.300.3900.31
HSL253.24º29.82%55.29%-
HSV(B)253.24º38.86%68.63%-
XYZ21.0217.7542.88-
YUV119.24159.47129.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.20%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=30.20%
G=26.49%
B=43.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221071750.300.3900.31253.2429.8255.29
Hex7A6BAF1E2701Ffd1e37
Octal17215325736470373753667
Binary1111010110101110101111111101001110111111111110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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