#7f64ac

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

Shades of Deluge #7F64AC

Tints of Deluge #7F64AC

Color information

#7F64AC (or 0x7F64AC) is unknown color: approx Deluge. HEX triplet: 7F, 64 and AC. RGB value is (127,100,172). Sum of RGB (Red+Green+Blue) = 127+100+172=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F64AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F64AC is #809B53. Grayscale: #747474. Windows color (decimal): -8428372 or 11297919. OLE color: 11297919.

HSL color Cylindrical-coordinate representation of color #7F64AC: hue angle of 262.5º degrees, saturation: 0.3, 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 #7F64AC is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB127100172-
CMYK0.260.4200.33
HSL262.5º30.25%53.33%-
HSV(B)262.5º41.86%67.45%-
XYZ20.7616.641.14-
YUV116.28159.45135.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.83%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=31.83%
G=25.06%
B=43.11%

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
Decimal1271001720.260.4200.33262.530.2553.33
Hex7F64AC1A2A0211061e35
Octal17714425432520414063665
Binary111111111001001010110011010101010010000110000011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f64ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,100,172); }

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

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

 a { background-color: rgb(127,100,172); }

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

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

 span { border-color: rgb(127,100,172); }

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