#7C61AE

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

Shades of Deluge #7C61AE

Tints of Deluge #7C61AE

Color information

#7C61AE (or 0x7C61AE) is unknown color: approx Deluge. HEX triplet: 7C, 61 and AE. RGB value is (124,97,174). Sum of RGB (Red+Green+Blue) = 124+97+174=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C61AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C61AE is #839E51. Grayscale: #717171. Windows color (decimal): -8625746 or 11428220. OLE color: 11428220.

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

Color convert

RGB12497174-
CMYK0.290.4400.32
HSL261.04º32.22%53.14%-
HSV(B)261.04º44.25%68.24%-
XYZ20.2315.8942.05-
YUV113.85161.95135.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.39%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=31.39%
G=24.56%
B=44.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124971740.290.4400.32261.0432.2253.14
Hex7C61AE1D2C0201052035
Octal17414125635540404054065
Binary1111100110000110101110111011011000100000100000101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C61AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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