#7A72AF

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

Shades of Deluge #7A72AF

Tints of Deluge #7A72AF

Color information

#7A72AF (or 0x7A72AF) is unknown color: approx Deluge. HEX triplet: 7A, 72 and AF. RGB value is (122,114,175). Sum of RGB (Red+Green+Blue) = 122+114+175=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A72AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A72AF is #858D50. Grayscale: #7B7B7B. Windows color (decimal): -8752465 or 11498106. OLE color: 11498106.

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

Color convert

RGB122114175-
CMYK0.300.3500.31
HSL247.87º27.6%56.67%-
HSV(B)247.87º34.86%68.63%-
XYZ21.7819.2743.13-
YUV123.35157.15127.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.68%
GREEN value IS 114 (44.92% from 255) = 27.74%
BLUE value IS 175 (68.75% from 255) = 42.58%
R=29.68%
G=27.74%
B=42.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221141750.300.3500.31247.8727.656.67
Hex7A72AF1E2301Ff81c39
Octal17216225736430373703471
Binary1111010111001010101111111101000110111111111100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A72AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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