Html Css Color HEX #7A629B Deluge

📋 copy color: '#7A629B'

red 122 ◦ green 98 ◦ blue 155

#7A629B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #7A629B

Tints of Deluge #7A629B

RGB

 RED value IS 122 (48.05% from 255) = 32.53%

 GREEN value IS 98 (38.67% from 255) = 26.13%

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 32.53%
G = 26.13%
B = 41.33%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A629B (or 0x7A629B) is known color: Deluge. HEX triplet: 7A, 62 and 9B. RGB value is (122,98,155). Sum of RGB (Red+Green+Blue) = 122+98+155=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A629B is #859D64. Grayscale: #6F6F6F. Windows color (decimal): -8756581 or 10183290. OLE color: 10183290.

HSL color Cylindrical-coordinate representation of color #7A629B: hue angle of 265.26º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A629B is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 98 155 -
CMYK 0.21 0.37 0 0.39
HSL 265.26º 0.23% 0.5% -
HSV(B) 265.26º 0.37% 0.61% -
XYZ 18.31 15.24 32.99 -
YUV 111.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 122 98 155 0.21 0.37 0 0.39 265.26 0.23 0.5
Hex 7A 62 9B 15 25 0 27 109 17 32
Octal 172 142 233 25 45 0 47 411 27 62
Binary 1111010 1100010 10011011 10101 100101 0 100111 100001001 10111 110010

Color Harmonies of #7A629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A629B

Black with #7A629B

Text Example


Text Example

White with #7A629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A629B;
 }
 .AnyTagClassName
 {
   color: #7A629B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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