#7A67AB

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

Shades of Deluge #7A67AB

Tints of Deluge #7A67AB

Color information

#7A67AB (or 0x7A67AB) is unknown color: approx Deluge. HEX triplet: 7A, 67 and AB. RGB value is (122,103,171). Sum of RGB (Red+Green+Blue) = 122+103+171=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A67AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A67AB is #859854. Grayscale: #747474. Windows color (decimal): -8755285 or 11233146. OLE color: 11233146.

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

Color convert

RGB122103171-
CMYK0.290.4000.33
HSL256.76º28.81%53.73%-
HSV(B)256.76º39.77%67.06%-
XYZ20.2316.7840.7-
YUV116.43158.79131.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.81%
GREEN value IS 103 (40.62% from 255) = 26.01%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=30.81%
G=26.01%
B=43.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221031710.290.4000.33256.7628.8153.73
Hex7A67AB1D280211011d36
Octal17214725335500414013566
Binary111101011001111010101111101101000010000110000000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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