#7A61AD

Color #7A61AD Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #7A61AD

Tints of Scampi #7A61AD

Color information

#7A61AD (or 0x7A61AD) is unknown color: approx Scampi. HEX triplet: 7A, 61 and AD. RGB value is (122,97,173). Sum of RGB (Red+Green+Blue) = 122+97+173=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A61AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A61AD is #859E52. Grayscale: #707070. Windows color (decimal): -8756819 or 11362682. OLE color: 11362682.

HSL color Cylindrical-coordinate representation of color #7A61AD: hue angle of 259.74º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A61AD is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12297173-
CMYK0.290.4400.32
HSL259.74º31.67%52.94%-
HSV(B)259.74º43.93%67.84%-
XYZ19.8415.741.52-
YUV113.14161.78134.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.12%
GREEN value IS 97 (38.28% from 255) = 24.74%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=31.12%
G=24.74%
B=44.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122971730.290.4400.32259.7431.6752.94
Hex7A61AD1D2C0201042035
Octal17214125535540404044065
Binary1111010110000110101101111011011000100000100000100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A61AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A61AD;
 }
 .AnyTagClassName
 {
   color: #7A61AD;
 }
</style>
background-color css

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

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

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

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

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

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