Html Css Color HEX #7A619A Deluge

📋 copy color: '#7A619A'

red 122 ◦ green 97 ◦ blue 154

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

Shades of Deluge #7A619A

Tints of Deluge #7A619A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.29%

R = 32.71%
G = 26.01%
B = 41.29%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7A619A (or 0x7A619A) is known color: Deluge. HEX triplet: 7A, 61 and 9A. RGB value is (122,97,154). Sum of RGB (Red+Green+Blue) = 122+97+154=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A619A is #859E65. Grayscale: #6E6E6E. Windows color (decimal): -8756838 or 10117498. OLE color: 10117498.

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

Color convert

RGB 122 97 154 -
CMYK 0.21 0.37 0 0.40
HSL 266.32º 0.23% 0.49% -
HSV(B) 266.32º 0.37% 0.6% -
XYZ 18.13 15.02 32.52 -
YUV 110.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 122 97 154 0.21 0.37 0 0.40 266.32 0.23 0.49
Hex 7A 61 9A 15 25 0 28 10A 17 31
Octal 172 141 232 25 45 0 50 412 27 61
Binary 1111010 1100001 10011010 10101 100101 0 101000 100001010 10111 110001

Color Harmonies of #7A619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A619A

Black with #7A619A

Text Example


Text Example

White with #7A619A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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