#7359A4

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

Shades of Scampi #7359A4

Tints of Scampi #7359A4

Color information

#7359A4 (or 0x7359A4) is unknown color: approx Scampi. HEX triplet: 73, 59 and A4. RGB value is (115,89,164). Sum of RGB (Red+Green+Blue) = 115+89+164=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 164 - color contains mainly: blue. Hex color #7359A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7359A4 is #8CA65B. Grayscale: #696969. Windows color (decimal): -9217628 or 10770803. OLE color: 10770803.

HSL color Cylindrical-coordinate representation of color #7359A4: hue angle of 260.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7359A4 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11589164-
CMYK0.300.4600.36
HSL260.8º29.64%49.61%-
HSV(B)260.8º45.73%64.31%-
XYZ17.3413.4736.81-
YUV105.32161.11134.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 164 (64.45% from 255) = 44.57%
R=31.25%
G=24.18%
B=44.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal115891640.300.4600.36260.829.6449.61
Hex7359A41E2E0241051e32
Octal16313124436560444053662
Binary111001110110011010010011110101110010010010000010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7359A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7359A4; }

 p { color: rgb(115,89,164); }

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

<style>
 a { background-color: #7359A4; }

 a { background-color: rgb(115,89,164); }

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

<style>
 span { border-color: #7359A4; }

 span { border-color: rgb(115,89,164); }

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