#7C60A9

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

Shades of Deluge #7C60A9

Tints of Deluge #7C60A9

Color information

#7C60A9 (or 0x7C60A9) is unknown color: approx Deluge. HEX triplet: 7C, 60 and A9. RGB value is (124,96,169). Sum of RGB (Red+Green+Blue) = 124+96+169=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 169 - color contains mainly: blue. Hex color #7C60A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C60A9 is #839F56. Grayscale: #707070. Windows color (decimal): -8626007 or 11100284. OLE color: 11100284.

HSL color Cylindrical-coordinate representation of color #7C60A9: hue angle of 263.01º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C60A9 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12496169-
CMYK0.270.4300.34
HSL263.01º29.8%51.96%-
HSV(B)263.01º43.2%66.27%-
XYZ19.6615.5239.49-
YUV112.69159.78136.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.88%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 169 (66.41% from 255) = 43.44%
R=31.88%
G=24.68%
B=43.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal124961690.270.4300.34263.0129.851.96
Hex7C60A91B2B0221071e34
Octal17414025133530424073664
Binary111110011000001010100111011101011010001010000011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C60A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,96,169); }

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

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

 a { background-color: rgb(124,96,169); }

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

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

 span { border-color: rgb(124,96,169); }

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