#7A6DB1

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

Shades of Deluge #7A6DB1

Tints of Deluge #7A6DB1

Color information

#7A6DB1 (or 0x7A6DB1) is unknown color: approx Deluge. HEX triplet: 7A, 6D and B1. RGB value is (122,109,177). Sum of RGB (Red+Green+Blue) = 122+109+177=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 177 - color contains mainly: blue. Hex color #7A6DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6DB1 is #85924E. Grayscale: #787878. Windows color (decimal): -8753743 or 11627898. OLE color: 11627898.

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

Color convert

RGB122109177-
CMYK0.310.3800.31
HSL251.47º30.36%56.08%-
HSV(B)251.47º38.42%69.41%-
XYZ21.4318.2543.99-
YUV120.64159.81128.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.90%
GREEN value IS 109 (42.97% from 255) = 26.72%
BLUE value IS 177 (69.53% from 255) = 43.38%
R=29.90%
G=26.72%
B=43.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221091770.310.3800.31251.4730.3656.08
Hex7A6DB11F2601Ffb1e38
Octal17215526137460373733670
Binary1111010110110110110001111111001100111111111101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,109,177); }

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

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

 a { background-color: rgb(122,109,177); }

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

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

 span { border-color: rgb(122,109,177); }

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