Html Css Color HEX #7A61AA Scampi

📋 copy color: '#7A61AA'

red 122 ◦ green 97 ◦ blue 170

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

Shades of Scampi #7A61AA

Tints of Scampi #7A61AA

RGB

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

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

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

R = 31.36%
G = 24.94%
B = 43.7%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A61AA (or 0x7A61AA) is known color: Scampi. HEX triplet: 7A, 61 and AA. RGB value is (122,97,170). Sum of RGB (Red+Green+Blue) = 122+97+170=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A61AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A61AA is #859E55. Grayscale: #707070. Windows color (decimal): -8756822 or 11166074. OLE color: 11166074.

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

Color convert

RGB 122 97 170 -
CMYK 0.28 0.43 0 0.33
HSL 260.55º 0.3% 0.52% -
HSV(B) 260.55º 0.43% 0.67% -
XYZ 19.56 15.59 40.01 -
YUV 112.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 122 97 170 0.28 0.43 0 0.33 260.55 0.3 0.52
Hex 7A 61 AA 1C 2B 0 21 105 1E 34
Octal 172 141 252 34 53 0 41 405 36 64
Binary 1111010 1100001 10101010 11100 101011 0 100001 100000101 11110 110100

Color Harmonies of #7A61AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A61AA

Black with #7A61AA

Text Example


Text Example

White with #7A61AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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