#7C73A6

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

Shades of Deluge #7C73A6

Tints of Deluge #7C73A6

Color information

#7C73A6 (or 0x7C73A6) is unknown color: approx Deluge. HEX triplet: 7C, 73 and A6. RGB value is (124,115,166). Sum of RGB (Red+Green+Blue) = 124+115+166=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 166 - color contains mainly: blue. Hex color #7C73A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C73A6 is #838C59. Grayscale: #7B7B7B. Windows color (decimal): -8621146 or 10908540. OLE color: 10908540.

HSL color Cylindrical-coordinate representation of color #7C73A6: hue angle of 250.59º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C73A6 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB124115166-
CMYK0.250.3100.35
HSL250.59º22.27%55.1%-
HSV(B)250.59º30.72%65.1%-
XYZ21.3319.338.68-
YUV123.5151.98128.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.62%
GREEN value IS 115 (45.31% from 255) = 28.40%
BLUE value IS 166 (65.23% from 255) = 40.99%
R=30.62%
G=28.40%
B=40.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1241151660.250.3100.35250.5922.2755.1
Hex7C73A6191F023fb1637
Octal17416324631370433732667
Binary1111100111001110100110110011111101000111111101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C73A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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