#7C69AF

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

Shades of Deluge #7C69AF

Tints of Deluge #7C69AF

Color information

#7C69AF (or 0x7C69AF) is unknown color: approx Deluge. HEX triplet: 7C, 69 and AF. RGB value is (124,105,175). Sum of RGB (Red+Green+Blue) = 124+105+175=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C69AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C69AF is #839650. Grayscale: #767676. Windows color (decimal): -8623697 or 11495804. OLE color: 11495804.

HSL color Cylindrical-coordinate representation of color #7C69AF: hue angle of 256.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C69AF is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB124105175-
CMYK0.290.4000.31
HSL256.29º30.43%54.9%-
HSV(B)256.29º40%68.63%-
XYZ21.117.4842.82-
YUV118.66159.79131.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.69%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=30.69%
G=25.99%
B=43.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241051750.290.4000.31256.2930.4354.9
Hex7C69AF1D2801F1001e37
Octal17415125735500374003667
Binary11111001101001101011111110110100001111110000000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C69AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,105,175); }

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

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

 a { background-color: rgb(124,105,175); }

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

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

 span { border-color: rgb(124,105,175); }

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