Html Css Color HEX #7A609D Scampi

📋 copy color: '#7A609D'

red 122 ◦ green 96 ◦ blue 157

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

Shades of Scampi #7A609D

Tints of Scampi #7A609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.6%

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 32.53%
G = 25.6%
B = 41.87%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A609D (or 0x7A609D) is known color: Scampi. HEX triplet: 7A, 60 and 9D. RGB value is (122,96,157). Sum of RGB (Red+Green+Blue) = 122+96+157=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A609D is #859F62. Grayscale: #6E6E6E. Windows color (decimal): -8757091 or 10313850. OLE color: 10313850.

HSL color Cylindrical-coordinate representation of color #7A609D: hue angle of 265.57º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A609D is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 96 157 -
CMYK 0.22 0.39 0 0.38
HSL 265.57º 0.24% 0.5% -
HSV(B) 265.57º 0.39% 0.62% -
XYZ 18.29 14.94 33.82 -
YUV 110.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 122 96 157 0.22 0.39 0 0.38 265.57 0.24 0.5
Hex 7A 60 9D 16 27 0 26 10A 18 32
Octal 172 140 235 26 47 0 46 412 30 62
Binary 1111010 1100000 10011101 10110 100111 0 100110 100001010 11000 110010

Color Harmonies of #7A609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A609D

Black with #7A609D

Text Example


Text Example

White with #7A609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,96,157); }

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

background-color css

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

 a { background-color: rgb(122,96,157); }

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

border-color css

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

 span { border-color: rgb(122,96,157); }

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