#7A63A0

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

Shades of Deluge #7A63A0

Tints of Deluge #7A63A0

Color information

#7A63A0 (or 0x7A63A0) is unknown color: approx Deluge. HEX triplet: 7A, 63 and A0. RGB value is (122,99,160). Sum of RGB (Red+Green+Blue) = 122+99+160=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 160 - color contains mainly: blue. Hex color #7A63A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A63A0 is #859C5F. Grayscale: #707070. Windows color (decimal): -8756320 or 10511226. OLE color: 10511226.

HSL color Cylindrical-coordinate representation of color #7A63A0: hue angle of 262.62º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A63A0 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12299160-
CMYK0.240.3800.37
HSL262.62º24.3%50.78%-
HSV(B)262.62º38.12%62.75%-
XYZ18.8315.635.28-
YUV112.83154.62134.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.02%
GREEN value IS 99 (39.06% from 255) = 25.98%
BLUE value IS 160 (62.89% from 255) = 41.99%
R=32.02%
G=25.98%
B=41.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal122991600.240.3800.37262.6224.350.78
Hex7A63A018260251071833
Octal17214324030460454073063
Binary111101011000111010000011000100110010010110000011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A63A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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