#7A6AAB

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

Shades of Deluge #7A6AAB

Tints of Deluge #7A6AAB

Color information

#7A6AAB (or 0x7A6AAB) is unknown color: approx Deluge. HEX triplet: 7A, 6A and AB. RGB value is (122,106,171). Sum of RGB (Red+Green+Blue) = 122+106+171=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A6AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6AAB is #859554. Grayscale: #757575. Windows color (decimal): -8754517 or 11233914. OLE color: 11233914.

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

Color convert

RGB122106171-
CMYK0.290.3800.33
HSL254.77º27.9%54.31%-
HSV(B)254.77º38.01%67.06%-
XYZ20.5317.3940.8-
YUV118.19157.8130.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.58%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=30.58%
G=26.57%
B=42.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221061710.290.3800.33254.7727.954.31
Hex7A6AAB1D26021ff1c36
Octal17215225335460413773466
Binary11110101101010101010111110110011001000011111111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,106,171); }

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

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

 a { background-color: rgb(122,106,171); }

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

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

 span { border-color: rgb(122,106,171); }

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