#7D67AA

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

Shades of Deluge #7D67AA

Tints of Deluge #7D67AA

Color information

#7D67AA (or 0x7D67AA) is unknown color: approx Deluge. HEX triplet: 7D, 67 and AA. RGB value is (125,103,170). Sum of RGB (Red+Green+Blue) = 125+103+170=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D67AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D67AA is #829855. Grayscale: #747474. Windows color (decimal): -8558678 or 11167613. OLE color: 11167613.

HSL color Cylindrical-coordinate representation of color #7D67AA: hue angle of 259.7º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D67AA is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB125103170-
CMYK0.260.3900.33
HSL259.7º28.27%53.53%-
HSV(B)259.7º39.41%66.67%-
XYZ20.5616.9640.22-
YUV117.22157.79133.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.41%
GREEN value IS 103 (40.62% from 255) = 25.88%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=31.41%
G=25.88%
B=42.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251031700.260.3900.33259.728.2753.53
Hex7D67AA1A270211041c36
Octal17514725232470414043466
Binary111110111001111010101011010100111010000110000010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D67AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,103,170); }

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

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

 a { background-color: rgb(125,103,170); }

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

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

 span { border-color: rgb(125,103,170); }

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