#7D5DAD

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

Shades of Deluge #7D5DAD

Tints of Deluge #7D5DAD

Color information

#7D5DAD (or 0x7D5DAD) is unknown color: approx Deluge. HEX triplet: 7D, 5D and AD. RGB value is (125,93,173). Sum of RGB (Red+Green+Blue) = 125+93+173=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D5DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5DAD is #82A252. Grayscale: #6F6F6F. Windows color (decimal): -8561235 or 11361661. OLE color: 11361661.

HSL color Cylindrical-coordinate representation of color #7D5DAD: hue angle of 264º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D5DAD is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12593173-
CMYK0.280.4600.32
HSL264º32.79%52.16%-
HSV(B)264º46.24%67.84%-
XYZ19.9115.2141.42-
YUV111.69162.6137.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.97%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=31.97%
G=23.79%
B=44.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125931730.280.4600.3226432.7952.16
Hex7D5DAD1C2E0201082134
Octal17513525534560404104164
Binary1111101101110110101101111001011100100000100001000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,93,173); }

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

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

 a { background-color: rgb(125,93,173); }

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

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

 span { border-color: rgb(125,93,173); }

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