Html Css Color HEX #7A6FAA Deluge

📋 copy color: '#7A6FAA'

red 122 ◦ green 111 ◦ blue 170

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

Shades of Deluge #7A6FAA

Tints of Deluge #7A6FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.54%

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

R = 30.27%
G = 27.54%
B = 42.18%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A6FAA (or 0x7A6FAA) is known color: Deluge. HEX triplet: 7A, 6F and AA. RGB value is (122,111,170). Sum of RGB (Red+Green+Blue) = 122+111+170=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A6FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6FAA is #859055. Grayscale: #787878. Windows color (decimal): -8753238 or 11169658. OLE color: 11169658.

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

Color convert

RGB 122 111 170 -
CMYK 0.28 0.35 0 0.33
HSL 251.19º 0.26% 0.55% -
HSV(B) 251.19º 0.35% 0.67% -
XYZ 20.97 18.41 40.48 -
YUV 121.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 122 111 170 0.28 0.35 0 0.33 251.19 0.26 0.55
Hex 7A 6F AA 1C 23 0 21 FB 1A 37
Octal 172 157 252 34 43 0 41 373 32 67
Binary 1111010 1101111 10101010 11100 100011 0 100001 11111011 11010 110111

Color Harmonies of #7A6FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6FAA

Black with #7A6FAA

Text Example


Text Example

White with #7A6FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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