#7C69B3

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

Shades of Deluge #7C69B3

Tints of Deluge #7C69B3

Color information

#7C69B3 (or 0x7C69B3) is unknown color: approx Deluge. HEX triplet: 7C, 69 and B3. RGB value is (124,105,179). Sum of RGB (Red+Green+Blue) = 124+105+179=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 179 - color contains mainly: blue. Hex color #7C69B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C69B3 is #83964C. Grayscale: #767676. Windows color (decimal): -8623693 or 11757948. OLE color: 11757948.

HSL color Cylindrical-coordinate representation of color #7C69B3: hue angle of 255.41º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C69B3 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB124105179-
CMYK0.310.4100.30
HSL255.41º32.74%55.69%-
HSV(B)255.41º41.34%70.2%-
XYZ21.517.6444.92-
YUV119.12161.79131.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.39%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 179 (70.31% from 255) = 43.87%
R=30.39%
G=25.74%
B=43.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1241051790.310.4100.30255.4132.7455.69
Hex7C69B31F2901Eff2138
Octal17415126337510363774170
Binary11111001101001101100111111110100101111011111111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C69B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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