Html Css Color HEX #7A6DAA Deluge

📋 copy color: '#7A6DAA'

red 122 ◦ green 109 ◦ blue 170

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

Shades of Deluge #7A6DAA

Tints of Deluge #7A6DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.18%

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 30.42%
G = 27.18%
B = 42.39%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A6DAA (or 0x7A6DAA) is known color: Deluge. HEX triplet: 7A, 6D and AA. RGB value is (122,109,170). Sum of RGB (Red+Green+Blue) = 122+109+170=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A6DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6DAA is #859255. Grayscale: #777777. Windows color (decimal): -8753750 or 11169146. OLE color: 11169146.

HSL color Cylindrical-coordinate representation of color #7A6DAA: hue angle of 252.79º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A6DAA is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 109 170 -
CMYK 0.28 0.36 0 0.33
HSL 252.79º 0.26% 0.55% -
HSV(B) 252.79º 0.36% 0.67% -
XYZ 20.75 17.98 40.41 -
YUV 119.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 122 109 170 0.28 0.36 0 0.33 252.79 0.26 0.55
Hex 7A 6D AA 1C 24 0 21 FD 1A 37
Octal 172 155 252 34 44 0 41 375 32 67
Binary 1111010 1101101 10101010 11100 100100 0 100001 11111101 11010 110111

Color Harmonies of #7A6DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6DAA

Black with #7A6DAA

Text Example


Text Example

White with #7A6DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,109,170); }

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

background-color css

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

 a { background-color: rgb(122,109,170); }

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

border-color css

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

 span { border-color: rgb(122,109,170); }

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