#7D6CAD

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

Shades of Deluge #7D6CAD

Tints of Deluge #7D6CAD

Color information

#7D6CAD (or 0x7D6CAD) is unknown color: approx Deluge. HEX triplet: 7D, 6C and AD. RGB value is (125,108,173). Sum of RGB (Red+Green+Blue) = 125+108+173=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D6CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6CAD is #829352. Grayscale: #787878. Windows color (decimal): -8557395 or 11365501. OLE color: 11365501.

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

Color convert

RGB125108173-
CMYK0.280.3800.32
HSL255.69º28.38%55.1%-
HSV(B)255.69º37.57%67.84%-
XYZ21.3618.141.9-
YUV120.49157.63131.21-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.79%
GREEN value IS 108 (42.58% from 255) = 26.60%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=30.79%
G=26.60%
B=42.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251081730.280.3800.32255.6928.3855.1
Hex7D6CAD1C260201001c37
Octal17515425534460404003467
Binary111110111011001010110111100100110010000010000000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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