Html Css Color HEX #7A619B Deluge

📋 copy color: '#7A619B'

red 122 ◦ green 97 ◦ blue 155

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

Shades of Deluge #7A619B

Tints of Deluge #7A619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.94%

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

R = 32.62%
G = 25.94%
B = 41.44%

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

#7A619B (or 0x7A619B) is known color: Deluge. HEX triplet: 7A, 61 and 9B. RGB value is (122,97,155). Sum of RGB (Red+Green+Blue) = 122+97+155=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A619B is #859E64. Grayscale: #6E6E6E. Windows color (decimal): -8756837 or 10183034. OLE color: 10183034.

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

Color convert

RGB 122 97 155 -
CMYK 0.21 0.37 0 0.39
HSL 265.86º 0.23% 0.49% -
HSV(B) 265.86º 0.37% 0.61% -
XYZ 18.22 15.05 32.96 -
YUV 111.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 122 97 155 0.21 0.37 0 0.39 265.86 0.23 0.49
Hex 7A 61 9B 15 25 0 27 10A 17 31
Octal 172 141 233 25 45 0 47 412 27 61
Binary 1111010 1100001 10011011 10101 100101 0 100111 100001010 10111 110001

Color Harmonies of #7A619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A619B

Black with #7A619B

Text Example


Text Example

White with #7A619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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