#7A6399

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

Shades of Deluge #7A6399

Tints of Deluge #7A6399

Color information

#7A6399 (or 0x7A6399) is unknown color: approx Deluge. HEX triplet: 7A, 63 and 99. RGB value is (122,99,153). Sum of RGB (Red+Green+Blue) = 122+99+153=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A6399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6399 is #859C66. Grayscale: #6F6F6F. Windows color (decimal): -8756327 or 10052474. OLE color: 10052474.

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

Color convert

RGB12299153-
CMYK0.200.3500.4
HSL265.56º21.43%49.41%-
HSV(B)265.56º35.29%60%-
XYZ18.2415.3632.14-
YUV112.03151.12135.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.62%
GREEN value IS 99 (39.06% from 255) = 26.47%
BLUE value IS 153 (60.16% from 255) = 40.91%
R=32.62%
G=26.47%
B=40.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal122991530.200.3500.4265.5621.4349.41
Hex7A6399142302810a1531
Octal17214323124430504122561
Binary111101011000111001100110100100011010100010000101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,99,153); }

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

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

 a { background-color: rgb(122,99,153); }

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

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

 span { border-color: rgb(122,99,153); }

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