#7C73AE

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

Shades of Deluge #7C73AE

Tints of Deluge #7C73AE

Color information

#7C73AE (or 0x7C73AE) is unknown color: approx Deluge. HEX triplet: 7C, 73 and AE. RGB value is (124,115,174). Sum of RGB (Red+Green+Blue) = 124+115+174=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C73AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C73AE is #838C51. Grayscale: #7C7C7C. Windows color (decimal): -8621138 or 11432828. OLE color: 11432828.

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

Color convert

RGB124115174-
CMYK0.290.3400.32
HSL249.15º26.7%56.67%-
HSV(B)249.15º33.91%68.24%-
XYZ22.0819.642.66-
YUV124.42155.98127.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.02%
GREEN value IS 115 (45.31% from 255) = 27.85%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=30.02%
G=27.85%
B=42.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241151740.290.3400.32249.1526.756.67
Hex7C73AE1D22020f91b39
Octal17416325635420403713371
Binary11111001110011101011101110110001001000001111100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C73AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,115,174); }

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

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

 a { background-color: rgb(124,115,174); }

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

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

 span { border-color: rgb(124,115,174); }

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