#7369A1

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

Shades of Scampi #7369A1

Tints of Scampi #7369A1

Color information

#7369A1 (or 0x7369A1) is unknown color: approx Scampi. HEX triplet: 73, 69 and A1. RGB value is (115,105,161). Sum of RGB (Red+Green+Blue) = 115+105+161=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 161 - color contains mainly: blue. Hex color #7369A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7369A1 is #8C965E. Grayscale: #727272. Windows color (decimal): -9213535 or 10578291. OLE color: 10578291.

HSL color Cylindrical-coordinate representation of color #7369A1: hue angle of 250.71º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7369A1 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB115105161-
CMYK0.290.3500.37
HSL250.71º22.95%52.16%-
HSV(B)250.71º34.78%63.14%-
XYZ18.5516.3235.89-
YUV114.37154.31128.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.18%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 161 (63.28% from 255) = 42.26%
R=30.18%
G=27.56%
B=42.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151051610.290.3500.37250.7122.9552.16
Hex7369A11D23025fb1734
Octal16315124135430453732764
Binary11100111101001101000011110110001101001011111101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7369A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7369A1; }

 p { color: rgb(115,105,161); }

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

<style>
 a { background-color: #7369A1; }

 a { background-color: rgb(115,105,161); }

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

<style>
 span { border-color: #7369A1; }

 span { border-color: rgb(115,105,161); }

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