#7D6FAC

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

Shades of Deluge #7D6FAC

Tints of Deluge #7D6FAC

Color information

#7D6FAC (or 0x7D6FAC) is unknown color: approx Deluge. HEX triplet: 7D, 6F and AC. RGB value is (125,111,172). Sum of RGB (Red+Green+Blue) = 125+111+172=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D6FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6FAC is #829053. Grayscale: #797979. Windows color (decimal): -8556628 or 11300733. OLE color: 11300733.

HSL color Cylindrical-coordinate representation of color #7D6FAC: hue angle of 253.77º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D6FAC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125111172-
CMYK0.270.3500.33
HSL253.77º26.87%55.49%-
HSV(B)253.77º35.47%67.45%-
XYZ21.5918.7141.5-
YUV122.14156.14130.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.64%
GREEN value IS 111 (43.75% from 255) = 27.21%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=30.64%
G=27.21%
B=42.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251111720.270.3500.33253.7726.8755.49
Hex7D6FAC1B23021fe1b37
Octal17515725433430413763367
Binary11111011101111101011001101110001101000011111111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,111,172); }

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

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

 a { background-color: rgb(125,111,172); }

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

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

 span { border-color: rgb(125,111,172); }

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