#7D63AA

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

Shades of Deluge #7D63AA

Tints of Deluge #7D63AA

Color information

#7D63AA (or 0x7D63AA) is unknown color: approx Deluge. HEX triplet: 7D, 63 and AA. RGB value is (125,99,170). Sum of RGB (Red+Green+Blue) = 125+99+170=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D63AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D63AA is #829C55. Grayscale: #727272. Windows color (decimal): -8559702 or 11166589. OLE color: 11166589.

HSL color Cylindrical-coordinate representation of color #7D63AA: hue angle of 261.97º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D63AA is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12599170-
CMYK0.260.4200.33
HSL261.97º29.46%52.75%-
HSV(B)261.97º41.76%66.67%-
XYZ20.1716.1940.09-
YUV114.87159.11135.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.73%
GREEN value IS 99 (39.06% from 255) = 25.13%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=31.73%
G=25.13%
B=43.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125991700.260.4200.33261.9729.4652.75
Hex7D63AA1A2A0211061d35
Octal17514325232520414063565
Binary111110111000111010101011010101010010000110000011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D63AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,99,170); }

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

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

 a { background-color: rgb(125,99,170); }

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

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

 span { border-color: rgb(125,99,170); }

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