#7A75AD

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

Shades of Deluge #7A75AD

Tints of Deluge #7A75AD

Color information

#7A75AD (or 0x7A75AD) is unknown color: approx Deluge. HEX triplet: 7A, 75 and AD. RGB value is (122,117,173). Sum of RGB (Red+Green+Blue) = 122+117+173=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A75AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A75AD is #858A52. Grayscale: #7C7C7C. Windows color (decimal): -8751699 or 11367802. OLE color: 11367802.

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

Color convert

RGB122117173-
CMYK0.290.3200.32
HSL245.36º25.45%56.86%-
HSV(B)245.36º32.37%67.84%-
XYZ21.9319.8842.22-
YUV124.88155.16125.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.61%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=29.61%
G=28.40%
B=41.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221171730.290.3200.32245.3625.4556.86
Hex7A75AD1D20020f51939
Octal17216525535400403653171
Binary11110101110101101011011110110000001000001111010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A75AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,117,173); }

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

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

 a { background-color: rgb(122,117,173); }

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

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

 span { border-color: rgb(122,117,173); }

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