#7B60A4

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

Shades of Deluge #7B60A4

Tints of Deluge #7B60A4

Color information

#7B60A4 (or 0x7B60A4) is unknown color: approx Deluge. HEX triplet: 7B, 60 and A4. RGB value is (123,96,164). Sum of RGB (Red+Green+Blue) = 123+96+164=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 164 (64.45% from 255 or 42.82% from 383); Max value from RGB is 164 - color contains mainly: blue. Hex color #7B60A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B60A4 is #849F5B. Grayscale: #6F6F6F. Windows color (decimal): -8691548 or 10772603. OLE color: 10772603.

HSL color Cylindrical-coordinate representation of color #7B60A4: hue angle of 263.82º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B60A4 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12396164-
CMYK0.250.4100.36
HSL263.82º27.2%50.98%-
HSV(B)263.82º41.46%64.31%-
XYZ19.0515.2637.06-
YUV111.82157.45135.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.11%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 164 (64.45% from 255) = 42.82%
R=32.11%
G=25.07%
B=42.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123961640.250.4100.36263.8227.250.98
Hex7B60A419290241081b33
Octal17314024431510444103363
Binary111101111000001010010011001101001010010010000100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B60A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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