#7C64AD

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

Shades of Deluge #7C64AD

Tints of Deluge #7C64AD

Color information

#7C64AD (or 0x7C64AD) is unknown color: approx Deluge. HEX triplet: 7C, 64 and AD. RGB value is (124,100,173). Sum of RGB (Red+Green+Blue) = 124+100+173=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C64AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C64AD is #839B52. Grayscale: #737373. Windows color (decimal): -8624979 or 11363452. OLE color: 11363452.

HSL color Cylindrical-coordinate representation of color #7C64AD: hue angle of 259.73º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C64AD is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB124100173-
CMYK0.280.4200.32
HSL259.73º30.8%53.53%-
HSV(B)259.73º42.2%67.84%-
XYZ20.4116.4241.63-
YUV115.5160.45134.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.23%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=31.23%
G=25.19%
B=43.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241001730.280.4200.32259.7330.853.53
Hex7C64AD1C2A0201041f36
Octal17414425534520404043766
Binary111110011001001010110111100101010010000010000010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C64AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,100,173); }

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

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

 a { background-color: rgb(124,100,173); }

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

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

 span { border-color: rgb(124,100,173); }

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