#7B60A6

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

Shades of Deluge #7B60A6

Tints of Deluge #7B60A6

Color information

#7B60A6 (or 0x7B60A6) is unknown color: approx Deluge. HEX triplet: 7B, 60 and A6. RGB value is (123,96,166). Sum of RGB (Red+Green+Blue) = 123+96+166=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 166 - color contains mainly: blue. Hex color #7B60A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B60A6 is #849F59. Grayscale: #6F6F6F. Windows color (decimal): -8691546 or 10903675. OLE color: 10903675.

HSL color Cylindrical-coordinate representation of color #7B60A6: hue angle of 263.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B60A6 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12396166-
CMYK0.260.4200.35
HSL263.14º28.23%51.37%-
HSV(B)263.14º42.17%65.1%-
XYZ19.2315.3338.02-
YUV112.05158.45135.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.95%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 166 (65.23% from 255) = 43.12%
R=31.95%
G=24.94%
B=43.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal123961660.260.4200.35263.1428.2351.37
Hex7B60A61A2A0231071c33
Octal17314024632520434073463
Binary111101111000001010011011010101010010001110000011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B60A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,96,166); }

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

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

 a { background-color: rgb(123,96,166); }

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

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

 span { border-color: rgb(123,96,166); }

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