#7A6198

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

Shades of Deluge #7A6198

Tints of Deluge #7A6198

Color information

#7A6198 (or 0x7A6198) is unknown color: approx Deluge. HEX triplet: 7A, 61 and 98. RGB value is (122,97,152). Sum of RGB (Red+Green+Blue) = 122+97+152=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A6198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6198 is #859E67. Grayscale: #6E6E6E. Windows color (decimal): -8756840 or 9986426. OLE color: 9986426.

HSL color Cylindrical-coordinate representation of color #7A6198: hue angle of 267.27º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A6198 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12297152-
CMYK0.200.3600.40
HSL267.27º22.09%48.82%-
HSV(B)267.27º36.18%59.61%-
XYZ17.9714.9531.65-
YUV110.74151.28136.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.88%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=32.88%
G=26.15%
B=40.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal122971520.200.3600.40267.2722.0948.82
Hex7A6198142402810b1631
Octal17214123024440504132661
Binary111101011000011001100010100100100010100010000101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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