#7A619C

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

Shades of Deluge #7A619C

Tints of Deluge #7A619C

Color information

#7A619C (or 0x7A619C) is unknown color: approx Deluge. HEX triplet: 7A, 61 and 9C. RGB value is (122,97,156). Sum of RGB (Red+Green+Blue) = 122+97+156=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A619C is #859E63. Grayscale: #6E6E6E. Windows color (decimal): -8756836 or 10248570. OLE color: 10248570.

HSL color Cylindrical-coordinate representation of color #7A619C: hue angle of 265.42º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A619C is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12297156-
CMYK0.220.3800.39
HSL265.42º23.32%49.61%-
HSV(B)265.42º37.82%61.18%-
XYZ18.315.0933.4-
YUV111.2153.28135.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.53%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 156 (61.33% from 255) = 41.6%
R=32.53%
G=25.87%
B=41.6%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122971560.220.3800.39265.4223.3249.61
Hex7A619C16260271091732
Octal17214123426460474112762
Binary111101011000011001110010110100110010011110000100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,97,156); }

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

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

 a { background-color: rgb(122,97,156); }

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

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

 span { border-color: rgb(122,97,156); }

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