#7D64A4

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

Shades of Deluge #7D64A4

Tints of Deluge #7D64A4

Color information

#7D64A4 (or 0x7D64A4) is unknown color: approx Deluge. HEX triplet: 7D, 64 and A4. RGB value is (125,100,164). Sum of RGB (Red+Green+Blue) = 125+100+164=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #7D64A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D64A4 is #829B5B. Grayscale: #727272. Windows color (decimal): -8559452 or 10773629. OLE color: 10773629.

HSL color Cylindrical-coordinate representation of color #7D64A4: hue angle of 263.44º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D64A4 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB125100164-
CMYK0.240.3900.36
HSL263.44º26.02%51.76%-
HSV(B)263.44º39.02%64.31%-
XYZ19.7216.1537.2-
YUV114.77155.78135.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.13%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 164 (64.45% from 255) = 42.16%
R=32.13%
G=25.71%
B=42.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251001640.240.3900.36263.4426.0251.76
Hex7D64A418270241071a34
Octal17514424430470444073264
Binary111110111001001010010011000100111010010010000011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D64A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,100,164); }

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

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

 a { background-color: rgb(125,100,164); }

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

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

 span { border-color: rgb(125,100,164); }

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