#7A63AF

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

Shades of Deluge #7A63AF

Tints of Deluge #7A63AF

Color information

#7A63AF (or 0x7A63AF) is unknown color: approx Deluge. HEX triplet: 7A, 63 and AF. RGB value is (122,99,175). Sum of RGB (Red+Green+Blue) = 122+99+175=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A63AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A63AF is #859C50. Grayscale: #727272. Windows color (decimal): -8756305 or 11494266. OLE color: 11494266.

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

Color convert

RGB12299175-
CMYK0.300.4300.31
HSL258.16º32.2%53.73%-
HSV(B)258.16º43.43%68.63%-
XYZ20.2316.1642.61-
YUV114.54162.12133.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.81%
GREEN value IS 99 (39.06% from 255) = 25%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=30.81%
G=25%
B=44.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122991750.300.4300.31258.1632.253.73
Hex7A63AF1E2B01F1022036
Octal17214325736530374024066
Binary111101011000111010111111110101011011111100000010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A63AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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