Html Css Color HEX #7A6BAA Deluge

📋 copy color: '#7A6BAA'

red 122 ◦ green 107 ◦ blue 170

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

Shades of Deluge #7A6BAA

Tints of Deluge #7A6BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.82%

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

R = 30.58%
G = 26.82%
B = 42.61%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A6BAA (or 0x7A6BAA) is known color: Deluge. HEX triplet: 7A, 6B and AA. RGB value is (122,107,170). Sum of RGB (Red+Green+Blue) = 122+107+170=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A6BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6BAA is #859455. Grayscale: #767676. Windows color (decimal): -8754262 or 11168634. OLE color: 11168634.

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

Color convert

RGB 122 107 170 -
CMYK 0.28 0.37 0 0.33
HSL 254.29º 0.27% 0.54% -
HSV(B) 254.29º 0.37% 0.67% -
XYZ 20.54 17.56 40.34 -
YUV 118.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 122 107 170 0.28 0.37 0 0.33 254.29 0.27 0.54
Hex 7A 6B AA 1C 25 0 21 FE 1B 36
Octal 172 153 252 34 45 0 41 376 33 66
Binary 1111010 1101011 10101010 11100 100101 0 100001 11111110 11011 110110

Color Harmonies of #7A6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6BAA

Black with #7A6BAA

Text Example


Text Example

White with #7A6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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