#7A62AF

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

Shades of Deluge #7A62AF

Tints of Deluge #7A62AF

Color information

#7A62AF (or 0x7A62AF) is unknown color: approx Deluge. HEX triplet: 7A, 62 and AF. RGB value is (122,98,175). Sum of RGB (Red+Green+Blue) = 122+98+175=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A62AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A62AF is #859D50. Grayscale: #717171. Windows color (decimal): -8756561 or 11494010. OLE color: 11494010.

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

Color convert

RGB12298175-
CMYK0.300.4400.31
HSL258.7º32.49%53.53%-
HSV(B)258.7º44%68.63%-
XYZ20.1315.9742.58-
YUV113.95162.45133.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 175 (68.75% from 255) = 44.30%
R=30.89%
G=24.81%
B=44.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122981750.300.4400.31258.732.4953.53
Hex7A62AF1E2C01F1032036
Octal17214225736540374034066
Binary111101011000101010111111110101100011111100000011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A62AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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